CORDET Framework - C2 Implementation
|
Implements the ReadyCheck for Housekeeping/Diagnostic reports (3,25) and (3,26) More...
Go to the source code of this file.
Functions | |
void | CrPsRep3s25ReadyN1 (FwPrDesc_t prDesc) |
CrPsRep3s25Ready function definitions. More... | |
void | CrPsRep3s25ReadyN2 (FwPrDesc_t prDesc) |
Action for node N2. More... | |
void | CrPsRep3s25ReadyN3 (FwPrDesc_t prDesc) |
Action for node N3. More... | |
void | CrPsRep3s25ReadyN4 (FwPrDesc_t prDesc) |
Action for node N4. More... | |
FwPrBool_t | CrPsRep3s25ReadyG1 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION1 to N3. More... | |
FwPrBool_t | CrPsRep3s25ReadyG2 (FwPrDesc_t prDesc) |
Guard on the Control Flow from N4 to DECISION2. More... | |
FwPrBool_t | CrIaReadyChk3s25ReadyGoToRst (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION2 to N1. More... | |
FwPrBool_t | CrPsRep3s25ReadyGoToFin (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION2 to Final Node. More... | |
Implements the ReadyCheck for Housekeeping/Diagnostic reports (3,25) and (3,26)
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 CrPsRep3s25ReadyFunc.c.
FwPrBool_t CrIaReadyChk3s25ReadyGoToRst | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION2 to N1.
Definition at line 168 of file CrPsRep3s25ReadyFunc.c.
FwPrBool_t CrPsRep3s25ReadyG1 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION1 to N3.
Definition at line 123 of file CrPsRep3s25ReadyFunc.c.
FwPrBool_t CrPsRep3s25ReadyG2 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from N4 to DECISION2.
Definition at line 154 of file CrPsRep3s25ReadyFunc.c.
FwPrBool_t CrPsRep3s25ReadyGoToFin | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION2 to Final Node.
Definition at line 196 of file CrPsRep3s25ReadyFunc.c.
void CrPsRep3s25ReadyN1 | ( | FwPrDesc_t | prDesc | ) |
CrPsRep3s25Ready function definitions.
Action for node N1.
FW Profile function definitions Action for node N1.
Definition at line 52 of file CrPsRep3s25ReadyFunc.c.
void CrPsRep3s25ReadyN2 | ( | FwPrDesc_t | prDesc | ) |
Action for node N2.
Definition at line 67 of file CrPsRep3s25ReadyFunc.c.
void CrPsRep3s25ReadyN3 | ( | FwPrDesc_t | prDesc | ) |
Action for node N3.
Definition at line 84 of file CrPsRep3s25ReadyFunc.c.
void CrPsRep3s25ReadyN4 | ( | FwPrDesc_t | prDesc | ) |
Action for node N4.
Definition at line 101 of file CrPsRep3s25ReadyFunc.c.