CORDET Framework - C2 Implementation
CrPsLptUpCmdStartCreate.h
Go to the documentation of this file.
1 
36 #ifndef CRPSLPTUPCMDSTART_H_
37 #define CRPSLPTUPCMDSTART_H_
38 
40 #include "FwPrConstants.h"
41 
43 #define CrPsLptUpCmdStart_N1 (1) /* The identifier of action node N1 in procedure CrPsLptUpCmdStart */
44 #define CrPsLptUpCmdStart_N2 (2) /* The identifier of action node N2 in procedure CrPsLptUpCmdStart */
45 #define CrPsLptUpCmdStart_N3 (3) /* The identifier of action node N3 in procedure CrPsLptUpCmdStart */
46 #define CrPsLptUpCmdStart_N4 (4) /* The identifier of action node N4 in procedure CrPsLptUpCmdStart */
47 
56 FwPrDesc_t CrPsLptUpCmdStartCreate(void* prData);
57 
66 void CrPsLptUpCmdStartN1(FwPrDesc_t prDesc);
67 
76 void CrPsLptUpCmdStartN2(FwPrDesc_t prDesc);
77 
86 void CrPsLptUpCmdStartN3(FwPrDesc_t prDesc);
87 
96 void CrPsLptUpCmdStartN4(FwPrDesc_t prDesc);
97 
108 FwPrBool_t CrPsLptUpCmdStartG1(FwPrDesc_t prDesc);
109 
116 FwPrBool_t CrPsLptUpCmdStartNG2(FwPrDesc_t prDesc);
117 
118 #endif /* CrPsLptUpCmdStartCreate_H_ */
void CrPsLptUpCmdStartN2(FwPrDesc_t prDesc)
Action for node N2.
FwPrBool_t CrPsLptUpCmdStartG1(FwPrDesc_t prDesc)
Guard on the Control Flow from DECISION1 to N2.
void CrPsLptUpCmdStartN4(FwPrDesc_t prDesc)
Action for node N4.
FwPrDesc_t CrPsLptUpCmdStartCreate(void *prData)
Create a new procedure descriptor.
void CrPsLptUpCmdStartN3(FwPrDesc_t prDesc)
Action for node N3.
void CrPsLptUpCmdStartN1(FwPrDesc_t prDesc)
Action for node N1.
FwPrBool_t CrPsLptUpCmdStartNG2(FwPrDesc_t prDesc)
Guard on the Control Flow from DECISION2 to N3.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved