Stack (FB)

FUNCTION_BLOCK FINAL Stack EXTENDS FBF.InstanceBase IMPLEMENTS IStack2, IModCounter

Funktion block for stacks (LIFO, last in first out).

InOut:

Scope

Name

Type

Input Const

paElements

POINTER TO IElement

udiMaxElements

UDINT

Methods:

AddElement

ContainsElement

ContainsValue

CountElements

ElementCompareTo

ElementEquals

ElementHashCode

ElementIterator

Peek

Pop

RemoveAllElements

RemoveElement

Structure: