CORDET Framework - C2 Implementation
|
Descriptor for a Packet Queue (PQ) in an OutStream or InStream. More...
Data Fields | |
CrFwPckt_t * | pckt |
The list of packets in the PQ. | |
CrFwCounterU1_t | size |
The size of the PQ (the same as the size of the pckt array) | |
CrFwCounterU1_t | oldestItem |
The index of the oldest item in the PQ. | |
CrFwCounterU1_t | nextFreeItem |
Index of the next free slot in the PQ. | |
CrFwBool_t | isEmpty |
Flag indicating whether the PQ is empty. | |
Descriptor for a Packet Queue (PQ) in an OutStream or InStream.
Definition at line 328 of file CrFwConstants.h.