firmware
IEM Firmware Documentation
|
Data Fields | |
int8_t * | pcTail |
int8_t * | pcReadFrom |
int8_t* QueuePointers::pcReadFrom |
Points to the last place that a queued item was read from when the structure is used as a queue.
int8_t* QueuePointers::pcTail |
Points to the byte at the end of the queue storage area. Once more byte is allocated than necessary to store the queue items, this is used as a marker.