GVL_DebugOnlyCollections (GVL) ¶ InOut: Name Type g_st STRING(255) g_pst POINTER TO STRING(255)
Globals (GVL) ¶ InOut: Scope Name Type Initial COMPONENT_NAME STRING ‘Collections’ Constant VECTOR_STRING_LEN INT 80 ERR_MB_ALREADY_ALLOCATED UDINT 16#2100 ERR_OK UDINT 0 ERR_PARAMETER UDINT 2 ERR_NOTINITIALIZED UDINT 3 ERR_NOBUFFER UDINT 6 ERR_NOTIMPLEMENTED UDINT 12 ERR_NO_OBJECT UDINT 16#16
InstancePathBuildingBranchNode (FB) ¶ FUNCTION_BLOCK InstancePathBuildingBranchNode EXTENDS InstancePathBuildingNode Properties: ChildCount InstancePathNodeType proChildren CaseSensitiveComparison , inherited from NamedTreeNode Name , inherited from NamedTreeNode Sorted , inherited from AbstrTreeNode abstrNodeType , inherited from AbstrTreeNode Methods: FindChildByName , inherited from NamedTreeNode GetChild , inherited from AbstrTreeNode GetFather , inherited from AbstrTreeNode GetFullPath , inherited from InstancePathBuildingNode QueryInterface , inherited from InstancePathBuildingNode Structure: ChildCount (Property) InstancePathNodeType (Property) proChildren (Property)
InstancePathBuildingBranchNode.ChildCount (PROP) ¶ PROPERTY ChildCount : DINT
InstancePathBuildingBranchNode.InstancePathNodeType (PROP) ¶ PROPERTY InstancePathNodeType : InstancePathBuildingNodeType
DintToDintMap.GetValue (METH) ¶ METHOD GetValue : DINT InOut: Scope Name Type Return GetValue DINT Input diKey DINT Output udiResult UDINT
DintVector (FB) ¶ FUNCTION_BLOCK DintVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddDint GetDint Clear , inherited from BaseVector InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddDint (Method) GetDint (Method)
DintVector.AddDint (METH) ¶ METHOD AddDint : UDINT InOut: Scope Name Type Return AddDint UDINT Input item DINT
DintVector.GetDint (METH) ¶ METHOD GetDint : DWORD InOut: Scope Name Type Return GetDint DWORD Input udiIndex UDINT Output udiResult UDINT
DwordVector (FB) ¶ FUNCTION_BLOCK DwordVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddDword GetDword Remove Clear , inherited from BaseVector InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddDword (Method) GetDword (Method) Remove (Method)