27 #include "FwPrDCreate.h" 28 #include "FwPrConfig.h" 47 const FwPrCounterU2_t DECISION2 = 1;
48 const FwPrCounterU2_t N_OUT_OF_DECISION2 = 2;
51 FwPrDesc_t prDesc = FwPrCreate(
60 FwPrSetData(prDesc, prData);
62 FwPrAddDecisionNode(prDesc, DECISION2, N_OUT_OF_DECISION2);
67 FwPrAddFlowDecToAct(prDesc, DECISION2, CrPsCmdVerSucc_N3, &
CrPsCmdVerSuccG1);
69 FwPrAddFlowActToFin(prDesc, CrPsCmdVerSucc_N3, NULL);
70 FwPrAddFlowActToFin(prDesc, CrPsCmdVerSucc_N4, NULL);
void CrPsCmdVerSuccN3(FwPrDesc_t prDesc)
Action for node N3.
#define CRFW_UNUSED(x)
A macro that can be used to specify that a function parameter is not used.
FwPrDesc_t CrPsCmdVerSuccCreate(void *prData)
Create a new procedure descriptor.
Header file to define all invariant publicly available constants and types for the CORDET Framework...
FwPrBool_t CrPsCmdVerSuccG1(FwPrDesc_t prDesc)
Guard on the Control Flow from DECISION2 to N3.
#define CrPsCmdVerSucc_N2
Make sure to include this header file only once.
void CrPsCmdVerSuccN2(FwPrDesc_t prDesc)
Action for node N2.
FwPrBool_t CrPsCmdVerSuccG1E(FwPrDesc_t prDesc)
FW Profile function definitions.
Create one instance of the CrPsCmdVerSucc procedure.
void CrPsCmdVerSuccN4(FwPrDesc_t prDesc)
Action for node N4.