27 #include "FwPrDCreate.h" 28 #include "FwPrConfig.h" 46 const FwPrCounterU2_t DECISION2 = 1;
47 const FwPrCounterU2_t N_OUT_OF_DECISION2 = 2;
50 FwPrDesc_t prDesc = FwPrCreate(
59 FwPrSetData(prDesc, prData);
61 FwPrAddDecisionNode(prDesc, DECISION2, N_OUT_OF_DECISION2);
70 FwPrAddFlowActToFin(prDesc, CrPsCmdPrgrFail_N3, NULL);
71 FwPrAddFlowActToAct(prDesc, CrPsCmdPrgrFail_N4, CrPsCmdPrgrFail_N5, NULL);
72 FwPrAddFlowActToAct(prDesc, CrPsCmdPrgrFail_N5, CrPsCmdPrgrFail_N6, NULL);
73 FwPrAddFlowActToFin(prDesc, CrPsCmdPrgrFail_N6, NULL);
#define CRFW_UNUSED(x)
A macro that can be used to specify that a function parameter is not used.
FwPrDesc_t CrPsCmdPrgrFailCreate(void *prData)
Create a new procedure descriptor.
void CrPsCmdPrgrFailN3(FwPrDesc_t prDesc)
Action for node N3.
void CrPsCmdPrgrFailN4(FwPrDesc_t prDesc)
Action for node N4.
Header file to define all invariant publicly available constants and types for the CORDET Framework...
#define CrPsCmdPrgrFail_N2
Make sure to include this header file only once.
void CrPsCmdPrgrFailN6(FwPrDesc_t prDesc)
Action for node N6.
FwPrBool_t CrPsCmdPrgrFailG1(FwPrDesc_t prDesc)
Guard on the Control Flow from DECISION2 to N3.
void CrPsCmdPrgrFailN2(FwPrDesc_t prDesc)
Action for node N2.
Create one instance of the CrPsCmdPrgrFail procedure.
void CrPsCmdPrgrFailN5(FwPrDesc_t prDesc)
Action for node N5.
FwPrBool_t CrPsCmdPrgrFailG1E(FwPrDesc_t prDesc)
FW Profile function definitions.