CORDET Framework - C2 Implementation
|
InCommand 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) | |
CrFwInCmdValidityCheck_t | isValid |
The pointer to the function implementing the Validity Check Operation. | |
CrFwInCmdReadyCheck_t | isReady |
The pointer to the function implementing the Ready Check Operation. | |
CrFwInCmdStartAction_t | startAction |
The pointer to the function implementing the Start Action Operation. | |
CrFwInCmdProgressAction_t | progressAction |
The pointer to the function implementing the Progress Action Operation. | |
CrFwInCmdTerminationAction_t | terminationAction |
The pointer to the function implementing the Termination Action Operation. | |
CrFwInCmdAbortAction_t | abortAction |
The pointer to the function implementing the Abort Action Operation. | |
InCommand kind descriptor type.
An application supports a number of InCommand kinds. An instance of this type describes one of the InCommand kinds supported by an application.
Definition at line 330 of file CrFwConstants.h.