CORDET Framework - C2 Implementation
CrPsCmdPrgrFailCreate.h
Go to the documentation of this file.
1 
36 #ifndef CRPSCMDPRGRFAIL_H_
37 #define CRPSCMDPRGRFAIL_H_
38 
40 #include "FwPrConstants.h"
41 
43 #define CrPsCmdPrgrFail_N2 (1) /* The identifier of action node N2 in procedure CrPsCmdPrgrFail */
44 #define CrPsCmdPrgrFail_N3 (2) /* The identifier of action node N3 in procedure CrPsCmdPrgrFail */
45 #define CrPsCmdPrgrFail_N4 (3) /* The identifier of action node N4 in procedure CrPsCmdPrgrFail */
46 #define CrPsCmdPrgrFail_N5 (4) /* The identifier of action node N5 in procedure CrPsCmdPrgrFail */
47 #define CrPsCmdPrgrFail_N6 (5) /* The identifier of action node N6 in procedure CrPsCmdPrgrFail */
48 
57 FwPrDesc_t CrPsCmdPrgrFailCreate(void* prData);
58 
67 void CrPsCmdPrgrFailN2(FwPrDesc_t prDesc);
68 
77 void CrPsCmdPrgrFailN3(FwPrDesc_t prDesc);
78 
87 void CrPsCmdPrgrFailN4(FwPrDesc_t prDesc);
88 
97 void CrPsCmdPrgrFailN5(FwPrDesc_t prDesc);
98 
108 void CrPsCmdPrgrFailN6(FwPrDesc_t prDesc);
109 
119 FwPrBool_t CrPsCmdPrgrFailG1(FwPrDesc_t prDesc);
120 
121 
122 #endif /* CrPsCmdPrgrFailCreate_H_ */
void CrPsCmdPrgrFailN3(FwPrDesc_t prDesc)
Action for node N3.
void CrPsCmdPrgrFailN4(FwPrDesc_t prDesc)
Action for node N4.
void CrPsCmdPrgrFailN6(FwPrDesc_t prDesc)
Action for node N6.
FwPrDesc_t CrPsCmdPrgrFailCreate(void *prData)
Create a new procedure descriptor.
FwPrBool_t CrPsCmdPrgrFailG1(FwPrDesc_t prDesc)
Guard on the Control Flow from DECISION2 to N3.
void CrPsCmdPrgrFailN2(FwPrDesc_t prDesc)
Action for node N2.
void CrPsCmdPrgrFailN5(FwPrDesc_t prDesc)
Action for node N5.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved