CORDET Framework - C2 Implementation
CrPsCmdVerSuccCreate.h
Go to the documentation of this file.
1 
36 #ifndef CRPSCMDVERSUCC_H_
37 #define CRPSCMDVERSUCC_H_
38 
40 #include "FwPrConstants.h"
41 
43 #define CrPsCmdVerSucc_N2 (1) /* The identifier of action node N2 in procedure CrPsCmdVerSucc */
44 #define CrPsCmdVerSucc_N3 (2) /* The identifier of action node N3 in procedure CrPsCmdVerSucc */
45 #define CrPsCmdVerSucc_N4 (3) /* The identifier of action node N4 in procedure CrPsCmdVerSucc */
46 
55 FwPrDesc_t CrPsCmdVerSuccCreate(void* prData);
56 
65 void CrPsCmdVerSuccN2(FwPrDesc_t prDesc);
66 
75 void CrPsCmdVerSuccN3(FwPrDesc_t prDesc);
76 
85 void CrPsCmdVerSuccN4(FwPrDesc_t prDesc);
86 
96 FwPrBool_t CrPsCmdVerSuccG1(FwPrDesc_t prDesc);
97 
98 #endif /* CrPsCmdVerSuccCreate_H_ */
void CrPsCmdVerSuccN3(FwPrDesc_t prDesc)
Action for node N3.
FwPrDesc_t CrPsCmdVerSuccCreate(void *prData)
Create a new procedure descriptor.
FwPrBool_t CrPsCmdVerSuccG1(FwPrDesc_t prDesc)
Guard on the Control Flow from DECISION2 to N3.
void CrPsCmdVerSuccN2(FwPrDesc_t prDesc)
Action for node N2.
void CrPsCmdVerSuccN4(FwPrDesc_t prDesc)
Action for node N4.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved