CORDET Framework - C2 Implementation
|
Type for the data describing an InStream. More...
Data Fields | |
CrFwDestSrc_t | src |
Source associated to the InStream. More... | |
struct CrFwPcktQueue | pcktQueue |
Packet queue associated to the InStream. More... | |
CrFwSeqCnt_t * | seqCnt |
Array holding sequence counters for the groups associated to the InStream. | |
CrFwPcktCollect_t | collectPckt |
Function which implements the Packet Collect Operation. More... | |
CrFwPcktAvailCheck_t | isPcktAvail |
Function which implements the Packet Available Check Operation. More... | |
CrFwPckt_t | pckt |
The last packet to have been collected from the middleware. | |
Type for the data describing an InStream.
Definition at line 451 of file CrFwConstants.h.
CrFwPcktCollect_t collectPckt |
Function which implements the Packet Collect Operation.
Definition at line 459 of file CrFwConstants.h.
CrFwPcktAvailCheck_t isPcktAvail |
Function which implements the Packet Available Check Operation.
Definition at line 461 of file CrFwConstants.h.
struct CrFwPcktQueue pcktQueue |
Packet queue associated to the InStream.
Definition at line 455 of file CrFwConstants.h.
CrFwDestSrc_t src |
Source associated to the InStream.
Definition at line 453 of file CrFwConstants.h.