27 #include "FwPrDCreate.h" 28 #include "FwPrConfig.h" 36 const FwPrCounterU2_t DECISION1 = 1;
37 const FwPrCounterU2_t N_OUT_OF_DECISION1 = 3;
40 FwPrDesc_t prDesc = FwPrCreate(
49 FwPrSetData(prDesc, prData);
50 FwPrAddDecisionNode(prDesc, DECISION1, N_OUT_OF_DECISION1);
59 FwPrAddFlowActToFin(prDesc, CrPsCmd17s3Prgr_N2, NULL);
60 FwPrAddFlowActToAct(prDesc, CrPsCmd17s3Prgr_N3, CrPsCmd17s3Prgr_N4, NULL);
61 FwPrAddFlowIniToDec(prDesc, DECISION1, NULL);
62 FwPrAddFlowActToFin(prDesc, CrPsCmd17s3Prgr_N4, NULL);
FwPrBool_t CrPsTestOnBoardConnectionPrgrG12(FwPrDesc_t prDesc)
Guard on the Control Flow from DECISION1 to N2.
FwPrBool_t CrPsTestOnBoardConnectionPrgrG11(FwPrDesc_t prDesc)
Guard on the Control Flow from DECISION1 to N1.
Create one instance of the CrPsCmd17s3Prgr procedure.
void CrPsTestOnBoardConnectionPrgrN4(FwPrDesc_t prDesc)
Action for node N4.
void CrPsTestOnBoardConnectionPrgrN2(FwPrDesc_t prDesc)
Action for node N2.
#define CrPsCmd17s3Prgr_N1
Make sure to include this header file only once.
FwPrDesc_t CrPsCmd17s3PrgrCreate(void *prData)
FW Profile function definitions.
void CrPsTestOnBoardConnectionPrgrN3(FwPrDesc_t prDesc)
Action for node N3.
void CrPsTestOnBoardConnectionPrgrN1(FwPrDesc_t prDesc)
Action for node N1.
FwPrBool_t CrPsTestOnBoardConnectionPrgrG13(FwPrDesc_t prDesc)
Guard on the Control Flow from DECISION1 to N3.