Skip to content

Data Type: Queue Instance Attributes - v3.0

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

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