CORDET Framework - C2 Implementation
CrPsCmdPrgrSuccCreate.h
Go to the documentation of this file.
1 
36 #ifndef CRPSCMDPRGRSUCC_H_
37 #define CRPSCMDPRGRSUCC_H_
38 
40 #include "FwPrConstants.h"
41 
43 #define CrPsCmdPrgrSucc_N2 (1) /* The identifier of action node N2 in procedure CrPsCmdPrgrSucc */
44 #define CrPsCmdPrgrSucc_N3 (2) /* The identifier of action node N3 in procedure CrPsCmdPrgrSucc */
45 #define CrPsCmdPrgrSucc_N4 (3) /* The identifier of action node N4 in procedure CrPsCmdPrgrSucc */
46 
55 FwPrDesc_t CrPsCmdPrgrSuccCreate(void* prData);
56 
65 void CrPsCmdPrgrSuccN2(FwPrDesc_t prDesc);
66 
75 void CrPsCmdPrgrSuccN3(FwPrDesc_t prDesc);
76 
85 void CrPsCmdPrgrSuccN4(FwPrDesc_t prDesc);
86 
96 FwPrBool_t CrPsCmdPrgrSuccG1(FwPrDesc_t prDesc);
97 
98 #endif /* CrPsCmdPrgrSuccCreate_H_ */
FwPrBool_t CrPsCmdPrgrSuccG1(FwPrDesc_t prDesc)
Guard on the Control Flow from DECISION2 to N3.
void CrPsCmdPrgrSuccN3(FwPrDesc_t prDesc)
Action for node N3.
FwPrDesc_t CrPsCmdPrgrSuccCreate(void *prData)
Create a new procedure descriptor.
void CrPsCmdPrgrSuccN2(FwPrDesc_t prDesc)
Action for node N2.
void CrPsCmdPrgrSuccN4(FwPrDesc_t prDesc)
Action for node N4.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved