CORDET Framework - C2 Implementation
|
This procedure is run when a command has failed its progress check. More...
Go to the source code of this file.
Functions | |
void | CrPsCmdPrgrFailN2 (FwPrDesc_t prDesc) |
Action for node N2. More... | |
void | CrPsCmdPrgrFailN3 (FwPrDesc_t prDesc) |
Action for node N3. More... | |
void | CrPsCmdPrgrFailN4 (FwPrDesc_t prDesc) |
Action for node N4. More... | |
void | CrPsCmdPrgrFailN5 (FwPrDesc_t prDesc) |
Action for node N5. More... | |
void | CrPsCmdPrgrFailN6 (FwPrDesc_t prDesc) |
Action for node N6. More... | |
FwPrBool_t | CrPsCmdPrgrFailG1 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION2 to N3. More... | |
Variables | |
static FwSmDesc_t | rep |
CrPsCmdPrgrFail function definitions. More... | |
This procedure is run when a command has failed 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 CrPsCmdPrgrFailFunc.c.
FwPrBool_t CrPsCmdPrgrFailG1 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION2 to N3.
Definition at line 199 of file CrPsCmdPrgrFailFunc.c.
void CrPsCmdPrgrFailN2 | ( | FwPrDesc_t | prDesc | ) |
Action for node N2.
Definition at line 57 of file CrPsCmdPrgrFailFunc.c.
void CrPsCmdPrgrFailN3 | ( | FwPrDesc_t | prDesc | ) |
Action for node N3.
Definition at line 71 of file CrPsCmdPrgrFailFunc.c.
void CrPsCmdPrgrFailN4 | ( | FwPrDesc_t | prDesc | ) |
Action for node N4.
Definition at line 87 of file CrPsCmdPrgrFailFunc.c.
void CrPsCmdPrgrFailN5 | ( | FwPrDesc_t | prDesc | ) |
Action for node N5.
Definition at line 143 of file CrPsCmdPrgrFailFunc.c.
void CrPsCmdPrgrFailN6 | ( | FwPrDesc_t | prDesc | ) |
Action for node N6.
Definition at line 160 of file CrPsCmdPrgrFailFunc.c.
|
static |
CrPsCmdPrgrFail function definitions.
FW Profile function definitions
Definition at line 50 of file CrPsCmdPrgrFailFunc.c.