SortedList.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL Returns true of this element and itfElement are equal. InOut: Scope Name Type Comment Return ElementEquals BOOL Input itfElement IElement The element to compare
SortedList.RemoveElementAt (METH) ¶ METHOD RemoveElementAt : COLLECTION_ERROR Remove element from position udiPosition. InOut: Scope Name Type Comment Return RemoveElementAt COLLECTION_ERROR Input udiPosition UDINT Remove position
SortedList.SafeElementIterator (METH) ¶ METHOD SafeElementIterator : COLLECTION_ERROR Returns an thread safe iterator over all elements. InOut: Scope Name Type Return SafeElementIterator COLLECTION_ERROR Input itfIterator ISafeListIterator
SortedList.SetElementAt (METH) ¶ METHOD SetElementAt : COLLECTION_ERROR Sets the element itfElement at the position udiPosition. Existing elements will be replaced. InOut: Scope Name Type Comment Return SetElementAt COLLECTION_ERROR Input udiPosition UDINT Set position itfElement IElement The element to set at udiPosition
SortedList.Sort (METH) ¶ METHOD Sort : COLLECTION_ERROR Sorts the list by calling ElementCompareTo of IElement . InOut: Scope Name Type Return Sort COLLECTION_ERROR
SortedListFactory.Create (METH) ¶ METHOD FINAL Create : ISortedList3 Creates a sorted list Note: Function blocks which are created with this factory are NOT online change safe. InOut: Scope Name Type Return Create ISortedList3 Input udiMaxElements UDINT Output eError FBF.ERROR
SortedListFactory.CreateDynamicList (METH) ¶ METHOD FINAL CreateDynamicList : ISortedList2 Creates a dynamic sorted list. Note: Function blocks which are created with this factory are NOT online change safe. InOut: Scope Name Type Comment Return CreateDynamicList ISortedList2 Input udiInitialSize UDINT Initial size of elements. Must not be 0. uiGrowFactor UINT Grow factor for dynamic memory reallocation if the number of elements is greater than udiInitialSize. Use 1 to disable dynamic memory reallocation. Output eError FBF.ERROR
SortedListFactory.prvInstCount (PROP) ¶ PROPERTY prvInstCount : CAA.COUNT
Queue.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL Returns true of this element and itfElement are equal. InOut: Scope Name Type Comment Return ElementEquals BOOL Input itfElement IElement The element to compare
Queue.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT Returns the hashcode of this element. InOut: Scope Name Type Return ElementHashCode LINT