CORDET Framework - C2 Implementation
|
Progress Action for the (3,9) and (3,11) commands. More...
Go to the source code of this file.
Functions | |
void | CrPsCmd3s9PrgrN1 (FwPrDesc_t prDesc) |
Action for node N1. More... | |
void | CrPsCmd3s9PrgrN2 (FwPrDesc_t prDesc) |
Action for node N2. More... | |
void | CrPsCmd3s9PrgrN3 (FwPrDesc_t prDesc) |
Action for node N3. More... | |
void | CrPsCmd3s9PrgrN4 (FwPrDesc_t prDesc) |
Action for node N4. More... | |
void | CrPsCmd3s9PrgrN5 (FwPrDesc_t prDesc) |
Action for node N5. More... | |
void | CrPsCmd3s9PrgrN6 (FwPrDesc_t prDesc) |
Action for node N6. More... | |
void | CrPsCmd3s9PrgrN7 (FwPrDesc_t prDesc) |
Action for node N7. More... | |
void | CrPsCmd3s9PrgrN8 (FwPrDesc_t prDesc) |
Action for node N8. More... | |
void | CrPsCmd3s9PrgrN9 (FwPrDesc_t prDesc) |
Action for node N9. More... | |
FwPrBool_t | CrPsCmd3s9PrgrG1 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION1 to N2. More... | |
FwPrBool_t | CrPsCmd3s9PrgrG2 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION2 to N6. More... | |
FwPrBool_t | CrPsCmd3s9PrgrG3 (FwPrDesc_t prDesc) |
Guard on the Control Flow from N7 to N9. More... | |
Variables | |
FwSmDesc_t | rep |
CrPsCmd3s9Prgr function definitions. More... | |
CrPsSid_t | currentSid |
CrFwCounterU4_t | iSid |
Progress Action for the (3,9) and (3,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 CrPsCmd3s9PrgrFunc.c.
FwPrBool_t CrPsCmd3s9PrgrG1 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION1 to N2.
Definition at line 276 of file CrPsCmd3s9PrgrFunc.c.
FwPrBool_t CrPsCmd3s9PrgrG2 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION2 to N6.
Definition at line 293 of file CrPsCmd3s9PrgrFunc.c.
FwPrBool_t CrPsCmd3s9PrgrG3 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from N7 to N9.
Definition at line 316 of file CrPsCmd3s9PrgrFunc.c.
void CrPsCmd3s9PrgrN1 | ( | FwPrDesc_t | prDesc | ) |
Action for node N1.
Definition at line 65 of file CrPsCmd3s9PrgrFunc.c.
void CrPsCmd3s9PrgrN2 | ( | FwPrDesc_t | prDesc | ) |
Action for node N2.
Definition at line 103 of file CrPsCmd3s9PrgrFunc.c.
void CrPsCmd3s9PrgrN3 | ( | FwPrDesc_t | prDesc | ) |
Action for node N3.
Definition at line 114 of file CrPsCmd3s9PrgrFunc.c.
void CrPsCmd3s9PrgrN4 | ( | FwPrDesc_t | prDesc | ) |
Action for node N4.
Definition at line 141 of file CrPsCmd3s9PrgrFunc.c.
void CrPsCmd3s9PrgrN5 | ( | FwPrDesc_t | prDesc | ) |
Action for node N5.
Definition at line 155 of file CrPsCmd3s9PrgrFunc.c.
void CrPsCmd3s9PrgrN6 | ( | FwPrDesc_t | prDesc | ) |
Action for node N6.
Definition at line 184 of file CrPsCmd3s9PrgrFunc.c.
void CrPsCmd3s9PrgrN7 | ( | FwPrDesc_t | prDesc | ) |
Action for node N7.
Definition at line 209 of file CrPsCmd3s9PrgrFunc.c.
void CrPsCmd3s9PrgrN8 | ( | FwPrDesc_t | prDesc | ) |
Action for node N8.
Definition at line 234 of file CrPsCmd3s9PrgrFunc.c.
void CrPsCmd3s9PrgrN9 | ( | FwPrDesc_t | prDesc | ) |
Action for node N9.
Definition at line 253 of file CrPsCmd3s9PrgrFunc.c.
FwSmDesc_t rep |
CrPsCmd3s9Prgr function definitions.
FW Profile function definitions
Definition at line 57 of file CrPsCmd3s9PrgrFunc.c.