firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
QueuePointers Struct Reference

Data Fields

int8_t * pcTail
int8_t * pcReadFrom

Field Documentation

◆ 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.

◆ pcTail

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.


The documentation for this struct was generated from the following file: