Skip to content

Data Type: Stack Instance Attributes - v1.1

This data type is used to store the instance data of the function _stack.

ParameterTypeInitial ValueDescription
lengthDint0Current length of the stack
totalDint0Total/maximum length of the stack
isEmptyBool11=The stack is empty
isFullBool01=The stack is full
isInitializedBool01=The stack is initialized and ready to work
mutexBool0Used to lock or enable access to the stack (user defines the rules)