CORDET Framework - C2 Implementation
CrFwInCmdKindDesc_t Struct Reference

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.
 

Detailed Description

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 367 of file CrFwConstants.h.


The documentation for this struct was generated from the following file:
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved