SortedList (FB)ΒΆ
FUNCTION_BLOCK FINAL SortedList EXTENDS FBF.InstanceBase IMPLEMENTS ISortedList2, CmpEventMgr_Interfaces.ICmpEventCallback, IModCounter
Function block for sorted array lists.
- InOut:
Scope
Name
Type
Initial
Input Const
paElements
POINTER TO IElement
udiMaxElements
UDINT
xSortAfterOnlineChange
BOOL
FALSE
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)
- RemoveAllElements (Method)
- RemoveElement (Method)
- RemoveElementAt (Method)
- SetElementAt (Method)
- Sort (Method)