CORDET Framework - C2 Implementation
|
Type for the data describing an OutStream. More...
Data Fields | |
CrFwDestSrc_t | dest |
Destination associated to the OutStream. More... | |
struct CrFwPcktQueue | pcktQueue |
Packet queue associated to the OutStream. More... | |
CrFwSeqCnt_t * | seqCnt |
Array holding sequence counters for the groups associated to the OutStream. | |
CrFwPcktHandover_t | handoverPckt |
Function which hands over a packet from the OutStream to the middleware. More... | |
CrFwPckt_t | pckt |
The packet to be sent out. | |
Type for the data describing an OutStream.
Definition at line 467 of file CrFwConstants.h.
CrFwDestSrc_t dest |
Destination associated to the OutStream.
Definition at line 469 of file CrFwConstants.h.
CrFwPcktHandover_t handoverPckt |
Function which hands over a packet from the OutStream to the middleware.
Definition at line 475 of file CrFwConstants.h.
struct CrFwPcktQueue pcktQueue |
Packet queue associated to the OutStream.
Definition at line 471 of file CrFwConstants.h.