CORDET Framework - C2 Implementation
|
This procedure is run when the InLoader has found a packet which failed its acceptance check. More...
Go to the source code of this file.
Functions | |
void | CrPsPcktAccFailN1 (FwPrDesc_t prDesc) |
Action for node N1. More... | |
void | CrPsPcktAccFailN2 (FwPrDesc_t prDesc) |
Action for node N2. More... | |
void | CrPsPcktAccFailN3 (FwPrDesc_t prDesc) |
Action for node N3. More... | |
void | CrPsPcktAccFailN4 (FwPrDesc_t prDesc) |
Action for node N4. More... | |
void | CrPsPcktAccFailN5 (FwPrDesc_t prDesc) |
Action for node N5. More... | |
void | CrPsPcktAccFailN6 (FwPrDesc_t prDesc) |
Action for node N6. More... | |
FwPrBool_t | CrPsPcktAccFailG1 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION1 to N1. More... | |
FwPrBool_t | CrPsPcktAccFailG1E (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION1 to N2. More... | |
FwPrBool_t | CrPsPcktAccFailG2 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION2 to N3. More... | |
Variables | |
static FwSmDesc_t | rep |
CrPsPcktAccFail function definitions. More... | |
This procedure is run when the InLoader has found a packet which failed its acceptance 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 CrPsPcktAccFailFunc.c.
FwPrBool_t CrPsPcktAccFailG1 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION1 to N1.
Definition at line 220 of file CrPsPcktAccFailFunc.c.
FwPrBool_t CrPsPcktAccFailG1E | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION1 to N2.
Definition at line 243 of file CrPsPcktAccFailFunc.c.
FwPrBool_t CrPsPcktAccFailG2 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION2 to N3.
Definition at line 266 of file CrPsPcktAccFailFunc.c.
void CrPsPcktAccFailN1 | ( | FwPrDesc_t | prDesc | ) |
Action for node N1.
Definition at line 58 of file CrPsPcktAccFailFunc.c.
void CrPsPcktAccFailN2 | ( | FwPrDesc_t | prDesc | ) |
Action for node N2.
Definition at line 86 of file CrPsPcktAccFailFunc.c.
void CrPsPcktAccFailN3 | ( | FwPrDesc_t | prDesc | ) |
Action for node N3.
Definition at line 99 of file CrPsPcktAccFailFunc.c.
void CrPsPcktAccFailN4 | ( | FwPrDesc_t | prDesc | ) |
Action for node N4.
Definition at line 115 of file CrPsPcktAccFailFunc.c.
void CrPsPcktAccFailN5 | ( | FwPrDesc_t | prDesc | ) |
Action for node N5.
Definition at line 167 of file CrPsPcktAccFailFunc.c.
void CrPsPcktAccFailN6 | ( | FwPrDesc_t | prDesc | ) |
Action for node N6.
Definition at line 184 of file CrPsPcktAccFailFunc.c.
|
static |
CrPsPcktAccFail function definitions.
FW Profile function definitions
Definition at line 51 of file CrPsPcktAccFailFunc.c.