CORDET Framework - C2 Implementation
|
This procedure is run when a command has passed its progress check. More...
Go to the source code of this file.
Functions | |
void | CrPsCmdPrgrSuccN2 (FwPrDesc_t prDesc) |
Action for node N2. More... | |
void | CrPsCmdPrgrSuccN3 (FwPrDesc_t prDesc) |
Action for node N3. More... | |
void | CrPsCmdPrgrSuccN4 (FwPrDesc_t prDesc) |
Action for node N4. More... | |
FwPrBool_t | CrPsCmdPrgrSuccG1 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION2 to N3. More... | |
Variables | |
static FwSmDesc_t | rep |
CrPsCmdPrgrSucc function definitions. More... | |
This procedure is run when a command has passed its progress check.
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 CrPsCmdPrgrSuccFunc.c.
FwPrBool_t CrPsCmdPrgrSuccG1 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION2 to N3.
Definition at line 138 of file CrPsCmdPrgrSuccFunc.c.
void CrPsCmdPrgrSuccN2 | ( | FwPrDesc_t | prDesc | ) |
Action for node N2.
Definition at line 56 of file CrPsCmdPrgrSuccFunc.c.
void CrPsCmdPrgrSuccN3 | ( | FwPrDesc_t | prDesc | ) |
Action for node N3.
Definition at line 70 of file CrPsCmdPrgrSuccFunc.c.
void CrPsCmdPrgrSuccN4 | ( | FwPrDesc_t | prDesc | ) |
Action for node N4.
Definition at line 86 of file CrPsCmdPrgrSuccFunc.c.
|
static |
CrPsCmdPrgrSucc function definitions.
FW Profile function definitions
Definition at line 49 of file CrPsCmdPrgrSuccFunc.c.