CORDET Framework - C2 Implementation
|
Create one instance of the CrPsRep3s25Ready procedure. More...
Go to the source code of this file.
Functions | |
FwPrBool_t | CrPsRep3s25ReadyG1E (FwPrDesc_t prDesc) |
FW Profile function definitions. More... | |
FwPrBool_t | CrIaReadyChk3s25ReadyGoToDec (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION2 to DECISION1. More... | |
FwPrDesc_t | CrPsRep3s25ReadyCreate (void *prData) |
Create a new procedure descriptor. More... | |
Create one instance of the CrPsRep3s25Ready 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 CrPsRep3s25ReadyCreate.c.
FwPrBool_t CrIaReadyChk3s25ReadyGoToDec | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION2 to DECISION1.
Definition at line 43 of file CrPsRep3s25ReadyCreate.c.
FwPrDesc_t CrPsRep3s25ReadyCreate | ( | 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 50 of file CrPsRep3s25ReadyCreate.c.
FwPrBool_t CrPsRep3s25ReadyG1E | ( | FwPrDesc_t | prDesc | ) |
FW Profile function definitions.
Guard on the Control Flow from DECISION1 to N2.
CrPsRep3s25Ready function definitions Guard on the Control Flow from DECISION1 to N2.
Definition at line 36 of file CrPsRep3s25ReadyCreate.c.