CORDET Framework - C2 Implementation
|
Start Action for service 3 commands which carry a list of SIDs. More...
Go to the source code of this file.
Functions | |
void | CrPsCmd3SidStartN1 (FwPrDesc_t prDesc) |
Action for node N1. More... | |
void | CrPsCmd3SidStartN2 (FwPrDesc_t prDesc) |
Action for node N2. More... | |
void | CrPsCmd3SidStartN3 (FwPrDesc_t prDesc) |
Action for node N3. More... | |
void | CrPsCmd3SidStartN4 (FwPrDesc_t prDesc) |
Action for node N4. More... | |
void | CrPsCmd3SidStartN7 (FwPrDesc_t prDesc) |
Action for node N7. More... | |
void | CrPsCmd3SidStartN8 (FwPrDesc_t prDesc) |
Action for node N8. More... | |
FwPrBool_t | CrPsCmd3SidStartG1 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION1 to N2. More... | |
FwPrBool_t | CrPsCmd3SidStartG2 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION3 to DECISION4. More... | |
FwPrBool_t | CrPsCmd3SidStartG3 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION4 to N8. More... | |
Variables | |
CrFwCounterU4_t | i |
CrPsCmd3SidStart function definitions. More... | |
CrFwCounterU4_t | iSidFail |
CrFwCounterU4_t | iMax |
CrPsSid_t | currentSid |
Start Action for service 3 commands which carry a list of SIDs.
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 CrPsCmd3SidStartFunc.c.
FwPrBool_t CrPsCmd3SidStartG1 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION1 to N2.
Definition at line 269 of file CrPsCmd3SidStartFunc.c.
FwPrBool_t CrPsCmd3SidStartG2 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION3 to DECISION4.
Definition at line 297 of file CrPsCmd3SidStartFunc.c.
FwPrBool_t CrPsCmd3SidStartG3 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION4 to N8.
Definition at line 313 of file CrPsCmd3SidStartFunc.c.
void CrPsCmd3SidStartN1 | ( | FwPrDesc_t | prDesc | ) |
Action for node N1.
Definition at line 63 of file CrPsCmd3SidStartFunc.c.
void CrPsCmd3SidStartN2 | ( | FwPrDesc_t | prDesc | ) |
Action for node N2.
Definition at line 135 of file CrPsCmd3SidStartFunc.c.
void CrPsCmd3SidStartN3 | ( | FwPrDesc_t | prDesc | ) |
Action for node N3.
Definition at line 147 of file CrPsCmd3SidStartFunc.c.
void CrPsCmd3SidStartN4 | ( | FwPrDesc_t | prDesc | ) |
Action for node N4.
Definition at line 163 of file CrPsCmd3SidStartFunc.c.
void CrPsCmd3SidStartN7 | ( | FwPrDesc_t | prDesc | ) |
Action for node N7.
Definition at line 225 of file CrPsCmd3SidStartFunc.c.
void CrPsCmd3SidStartN8 | ( | FwPrDesc_t | prDesc | ) |
Action for node N8.
Definition at line 245 of file CrPsCmd3SidStartFunc.c.
CrFwCounterU4_t i |
CrPsCmd3SidStart function definitions.
CR Framework function definitions FW Profile function definitions
Definition at line 56 of file CrPsCmd3SidStartFunc.c.