CORDET Framework - C2 Implementation
|
Create one instance of the CrPsCmd3SidStart procedure. More...
Go to the source code of this file.
Functions | |
FwPrBool_t | CrPsCmd3SidStartG1E (FwPrDesc_t prDesc) |
CR Framework function definitions. More... | |
FwPrBool_t | CrPsCmd3SidStartG2E (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION3 to N4. More... | |
FwPrBool_t | CrPsCmd3SidStartG3E (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION4 to N7. More... | |
FwPrDesc_t | CrPsCmd3SidStartCreate (void *prData) |
Create a new procedure descriptor. More... | |
Create one instance of the CrPsCmd3SidStart 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 CrPsCmd3SidStartCreate.c.
FwPrDesc_t CrPsCmd3SidStartCreate | ( | void * | prData | ) |
Create a new procedure descriptor.
This interface creates the procedure descriptor dynamically.
prData | the pointer to the procedure data. A value of NULL is legal (note that the default value of the pointer to the procedure data when the procedure is created is NULL). |
Create the procedure
Configure the procedure
Definition at line 58 of file CrPsCmd3SidStartCreate.c.
FwPrBool_t CrPsCmd3SidStartG1E | ( | FwPrDesc_t | prDesc | ) |
CR Framework function definitions.
Guard on the Control Flow from DECISION1 to DECISION3.
FW Profile function definitions CrPsCmd3SidStart function definitions Guard on the Control Flow from DECISION1 to DECISION3.
Definition at line 37 of file CrPsCmd3SidStartCreate.c.
FwPrBool_t CrPsCmd3SidStartG2E | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION3 to N4.
Definition at line 44 of file CrPsCmd3SidStartCreate.c.
FwPrBool_t CrPsCmd3SidStartG3E | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION4 to N7.
Definition at line 51 of file CrPsCmd3SidStartCreate.c.