CORDET Framework - C2 Implementation
|
Create one instance of the CrPsCmd5EidStart procedure. More...
Go to the source code of this file.
Functions | |
void | CrPsCmd5EidStartN1 (FwPrDesc_t prDesc) |
Action for node N1. More... | |
void | CrPsCmd5EidStartN2 (FwPrDesc_t prDesc) |
Action for node N2. More... | |
void | CrPsCmd5EidStartN3 (FwPrDesc_t prDesc) |
Action for node N3. More... | |
void | CrPsCmd5EidStartN4 (FwPrDesc_t prDesc) |
Action for node N4. More... | |
void | CrPsCmd5EidStartN7 (FwPrDesc_t prDesc) |
Action for node N7. More... | |
void | CrPsCmd5EidStartN8 (FwPrDesc_t prDesc) |
Action for node N8. More... | |
FwPrBool_t | CrPsCmd5EidStartG1 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION1 to N2. More... | |
FwPrBool_t | CrPsCmd5EidStartG2 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION3 to DECISION4. More... | |
FwPrBool_t | CrPsCmd5EidStartG3 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION4 to N8. More... | |
Variables | |
CrFwCounterU4_t | i |
CrPsCmd5EidStart function definitions. More... | |
CrFwCounterU4_t | iEidFail |
CrPsNumberU4_t | iMax |
CrPsEid_t | currentEid |
CrFwCounterU2_t | currentEvtSlot |
Create one instance of the CrPsCmd5EidStart procedure.
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 CrPsCmd5EidStartFunc.c.
FwPrBool_t CrPsCmd5EidStartG1 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION1 to N2.
Definition at line 291 of file CrPsCmd5EidStartFunc.c.
FwPrBool_t CrPsCmd5EidStartG2 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION3 to DECISION4.
Definition at line 311 of file CrPsCmd5EidStartFunc.c.
FwPrBool_t CrPsCmd5EidStartG3 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION4 to N8.
Definition at line 328 of file CrPsCmd5EidStartFunc.c.
void CrPsCmd5EidStartN1 | ( | FwPrDesc_t | prDesc | ) |
Action for node N1.
Definition at line 63 of file CrPsCmd5EidStartFunc.c.
void CrPsCmd5EidStartN2 | ( | FwPrDesc_t | prDesc | ) |
Action for node N2.
Definition at line 142 of file CrPsCmd5EidStartFunc.c.
void CrPsCmd5EidStartN3 | ( | FwPrDesc_t | prDesc | ) |
Action for node N3.
Definition at line 156 of file CrPsCmd5EidStartFunc.c.
void CrPsCmd5EidStartN4 | ( | FwPrDesc_t | prDesc | ) |
Action for node N4.
Definition at line 175 of file CrPsCmd5EidStartFunc.c.
void CrPsCmd5EidStartN7 | ( | FwPrDesc_t | prDesc | ) |
Action for node N7.
Definition at line 244 of file CrPsCmd5EidStartFunc.c.
void CrPsCmd5EidStartN8 | ( | FwPrDesc_t | prDesc | ) |
Action for node N8.
Definition at line 265 of file CrPsCmd5EidStartFunc.c.
CrFwCounterU4_t i |
CrPsCmd5EidStart function definitions.
CR Framework function definitions FW Profile function definitions
Definition at line 54 of file CrPsCmd5EidStartFunc.c.