SortedList (FB)ΒΆ
FUNCTION_BLOCK FINAL SortedList EXTENDS FBF.InstanceBase IMPLEMENTS ISortedList3, CmpEventMgr_Interfaces.ICmpEventCallback, IModCounter, ILockable
Function block for sorted array lists.
- InOut:
Scope
Name
Type
Initial
Input Const
paElements
POINTER TO IElement
udiMaxElements
UDINT
xSortAfterOnlineChange
BOOL
FALSE
Properties:
Methods:
Structure:
- AddElement (Method)
- AddElementWithoutSorting (Method)
- ContainsElement (Method)
- ContainsValue (Method)
- CountElements (Method)
- ElementCompareTo (Method)
- ElementEquals (Method)
- ElementHashCode (Method)
- ElementIterator (Method)
- GetElementAt (Method)
- GetElementPosition (Method)
- InsertElementAt (Method)
- LockWaitTime (Property)
- RemoveAllElements (Method)
- RemoveElement (Method)
- RemoveElementAt (Method)
- SafeElementIterator (Method)
- SetElementAt (Method)
- Sort (Method)