25 #include "CrFwAppSmTestCases.h" 27 #include "FwSmConstants.h" 28 #include "FwSmConfig.h" 29 #include "FwSmSCreate.h" 31 #include "FwPrConfig.h" 33 #include "FwPrConstants.h" 41 #include "CrFwAppSmUserPar.h" 44 FW_SM_INST_NOCPS(startUpEsmDesc, 1, 1, 0, 0)
47 FW_SM_INST_NOCPS(normalEsmDesc, 1, 1, 0, 0)
50 FW_SM_INST_NOCPS(resetEsmDesc, 1, 1, 0, 0)
55 return &startUpEsmDesc;
59 return &normalEsmDesc;
FwSmDesc_t CrFwAppSmTestCasesGetNormalEsm()
Return the dummy state machine to be embedded in state NORMAL of the Application State Machine...
Interface to the Application Reset Procedure.
Interface to the Application Start-Up Procedure.
Definition of the utility functions for the CORDET Framework.
Interface to the Application Shutdown Procedure.
Definition of Application State Machine.
FwSmDesc_t CrFwAppSmTestCasesGetResetEsm()
Return the dummy state machine to be embedded in state RESET of the Application State Machine...
FwSmDesc_t CrFwAppSmTestCasesGetStartUpEsm()
Return the dummy state machine to be embedded in state START-UP of the Application State Machine...