CORDET Framework - C2 Implementation
|
OutComponent kind descriptor type. More...
Data Fields | |
CrFwServType_t | servType |
The service type. | |
CrFwServSubType_t | servSubType |
The service sub-type. | |
CrFwDiscriminant_t | discriminant |
The discriminant value (or zero if no discriminant for this type/sub-type) | |
CrFwCmdRepType_t | cmdRepType |
The command/report type of the out-going command or report. | |
CrFwPcktLength_t | pcktLength |
The length of the packet attached to the OutComponent. | |
CrFwOutCmpEnableCheck_t | isEnabled |
The pointer to the function implementing the Enable Check Operation. | |
CrFwOutCmpReadyCheck_t | isReady |
The pointer to the function implementing the Ready Check Operation. | |
CrFwOutCmpRepeatCheck_t | isRepeat |
The pointer to the function implementing the Ready Check Operation. | |
CrFwOutCmpUpdate_t | update |
The pointer to the function implementing the Update Operation. | |
CrFwOutCmpSerialize_t | serialize |
The pointer to the function implementing the Serialize Operation. | |
OutComponent kind descriptor type.
An application supports a number of OutComponent kinds. An instance of this type describes one of the OutComponent kinds supported by an application.
Definition at line 356 of file CrFwConstants.h.