DwordVector.AddDword (METH) ¶ METHOD AddDword : UDINT InOut: Scope Name Type Return AddDword UDINT Input item DWORD
DwordVector.GetDword (METH) ¶ METHOD GetDword : DWORD InOut: Scope Name Type Return GetDword DWORD Input udiIndex UDINT Output udiResult UDINT
BaseVector (FB) ¶ FUNCTION_BLOCK BaseVector We have to provide this attribute here, because the usage at the member _pData does not work. _pData is a generic member, so we have to suppress the warning Properties: Capacity Count Methods: Clear InitMemory RemoveLast ReserveSpace proAfterAlloc proRemove Structure: Capacity (Property) Clear (Method) Count (Property) InitMemory (Method) RemoveLast (Method) ReserveSpace (Method) proAfterAlloc (Method) proRemove (Method)
BaseVector.Capacity (PROP) ¶ PROPERTY Capacity : DINT
BaseVector.Clear (METH) ¶ METHOD Clear : UDINT InOut: Scope Name Type Return Clear UDINT
BaseVector.Count (PROP) ¶ PROPERTY Count : DINT
DintToDintMap.AddDintPair (METH) ¶ METHOD AddDintPair : UDINT InOut: Scope Name Type Return AddDintPair UDINT Input diKey DINT diValue DINT
InstancePathNodeFinder.abstrNodeFound (METH) ¶ METHOD abstrNodeFound : IInstancePathBuildingNode InOut: Scope Name Type Comment Return abstrNodeFound IInstancePathBuildingNode Input pNode IInstancePathBuildingNode pData POINTER TO BYTE userdefined data bDirectChildFound BOOL
InstancePathNodeFinder.abstrNodeNotFound (METH) ¶ METHOD abstrNodeNotFound : IInstancePathBuildingNode InOut: Scope Name Type Comment Return abstrNodeNotFound IInstancePathBuildingNode Input pParent IInstancePathBuildingNode pData POINTER TO BYTE userdefined data pstPath POINTER TO STRING the whole path Inout iOffsetInPath DINT the offset in the path until the nodes have been found
InstancePathNodeFinder.protCallNodeFoundForRootNode (PROP) ¶ PROPERTY PROTECTED protCallNodeFoundForRootNode : BOOL