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. More... | |
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. More... | |
CrFwBool_t | isEmpty |
Flag indicating whether the PQ is empty. | |
Descriptor for a Packet Queue (PQ) in an OutStream or InStream.
Definition at line 291 of file CrFwConstants.h.
CrFwCounterU1_t nextFreeItem |
Index of the next free slot in the PQ.
Definition at line 299 of file CrFwConstants.h.
CrFwPckt_t* pckt |
The list of packets in the PQ.
Definition at line 293 of file CrFwConstants.h.