CORDET Framework - C2 Implementation
|
Start Action for (13,10) and (13,11) commands. More...
Go to the source code of this file.
Functions | |
void | CrPsLptUpCmdStartN1 (FwPrDesc_t prDesc) |
Action for node N1. More... | |
void | CrPsLptUpCmdStartN2 (FwPrDesc_t prDesc) |
Action for node N2. More... | |
void | CrPsLptUpCmdStartN3 (FwPrDesc_t prDesc) |
Action for node N3. More... | |
void | CrPsLptUpCmdStartN4 (FwPrDesc_t prDesc) |
Action for node N4. More... | |
FwPrBool_t | CrPsLptUpCmdStartG1 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION1 to N2. More... | |
FwPrBool_t | CrPsLptUpCmdStartNG2 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION2 to N3. More... | |
Variables | |
CrPsTid_t | Tid |
CrPsLptUpCmdStart function definitions. More... | |
Start Action for (13,10) and (13,11) commands.
last modification: 22.01.2018
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Definition in file CrPsLptUpCmdStartFunc.c.
FwPrBool_t CrPsLptUpCmdStartG1 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION1 to N2.
Definition at line 138 of file CrPsLptUpCmdStartFunc.c.
void CrPsLptUpCmdStartN1 | ( | FwPrDesc_t | prDesc | ) |
Action for node N1.
Definition at line 58 of file CrPsLptUpCmdStartFunc.c.
void CrPsLptUpCmdStartN2 | ( | FwPrDesc_t | prDesc | ) |
Action for node N2.
Definition at line 81 of file CrPsLptUpCmdStartFunc.c.
void CrPsLptUpCmdStartN3 | ( | FwPrDesc_t | prDesc | ) |
Action for node N3.
Definition at line 100 of file CrPsLptUpCmdStartFunc.c.
void CrPsLptUpCmdStartN4 | ( | FwPrDesc_t | prDesc | ) |
Action for node N4.
Definition at line 115 of file CrPsLptUpCmdStartFunc.c.
FwPrBool_t CrPsLptUpCmdStartNG2 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION2 to N3.
Definition at line 158 of file CrPsLptUpCmdStartFunc.c.
CrPsTid_t Tid |
CrPsLptUpCmdStart function definitions.
FW Profile function definitions
Definition at line 52 of file CrPsLptUpCmdStartFunc.c.