CORDET Framework - C2 Implementation
|
Type for the data describing an OutComponent. More...
Data Fields | |
CrFwCmdRepIndex_t | index |
Index of out-going command or report (see CrFwOutRegistry.h ) | |
CrFwOutFactoryPoolIndex_t | factoryPoolIndex |
Index of the position in the pool of pre-allocated OutComponents in the OutFactory to which the OutComponent has been allocated. | |
CrFwTrackingIndex_t | trackingIndex |
Index through which an out-going command or report is tracked by the OutRegistry (see CrFwOutRegistry.h ) | |
CrFwOutCmpEnableCheck_t | isEnabled |
Function which implements the Enable Check for the out-going command or report. | |
CrFwOutCmpReadyCheck_t | isReady |
Function which implements the Ready Check for the out-going command or report. | |
CrFwOutCmpRepeatCheck_t | isRepeat |
Function which implements the Repeat Check for the out-going command or report. | |
CrFwOutCmpUpdate_t | update |
Function which implements the Update Operation for the out-going command or report. | |
CrFwOutCmpSerialize_t | serialize |
Function which implements the Serialization Operation for the out-going command or report. | |
CrFwPckt_t | pckt |
Packet to which the out-going command or report is serialized. | |
Type for the data describing an OutComponent.
Definition at line 540 of file CrFwConstants.h.