Queue (FB)ΒΆ
FUNCTION_BLOCK FINAL Queue EXTENDS FBF.InstanceBase IMPLEMENTS IQueue3, IModCounter, ILockable
Funktion block for queues (FIFO, first in first out).
- InOut:
Scope
Name
Type
Comment
Input Const
paElements
POINTER TO IElement
Pointer to Array of IElements.
udiMaxElements
UDINT
Maximum number of elements
Properties:
Methods:
Structure:
- AddElement (Method)
- ContainsElement (Method)
- ContainsValue (Method)
- CountElements (Method)
- ElementCompareTo (Method)
- ElementEquals (Method)
- ElementHashCode (Method)
- ElementIterator (Method)
- LockWaitTime (Property)
- Peek (Method)
- Poll (Method)
- RemoveAllElements (Method)
- RemoveElement (Method)
- SafeElementIterator (Method)