CORDET Framework - C2 Implementation

Create one instance of the CrPsCmdVerFail procedure. More...

Go to the source code of this file.

Macros

#define CrPsCmdVerFail_N2   (1) /* The identifier of action node N2 in procedure CrPsCmdVerFail */
 Make sure to include this header file only once. More...
 
#define CrPsCmdVerFail_N3   (2) /* The identifier of action node N3 in procedure CrPsCmdVerFail */
 
#define CrPsCmdVerFail_N4   (3) /* The identifier of action node N4 in procedure CrPsCmdVerFail */
 
#define CrPsCmdVerFail_N5   (4) /* The identifier of action node N5 in procedure CrPsCmdVerFail */
 
#define CrPsCmdVerFail_N6   (5) /* The identifier of action node N6 in procedure CrPsCmdVerFail */
 

Functions

FwPrDesc_t CrPsCmdVerFailCreate (void *prData)
 Create a new procedure descriptor. More...
 
void CrPsCmdVerFailN2 (FwPrDesc_t prDesc)
 Action for node N2. More...
 
void CrPsCmdVerFailN3 (FwPrDesc_t prDesc)
 Action for node N3. More...
 
void CrPsCmdVerFailN4 (FwPrDesc_t prDesc)
 Action for node N4. More...
 
void CrPsCmdVerFailN5 (FwPrDesc_t prDesc)
 Action for node N5. More...
 
void CrPsCmdVerFailN6 (FwPrDesc_t prDesc)
 Action for node N6. More...
 
FwPrBool_t CrPsCmdVerFailG1 (FwPrDesc_t prDesc)
 Guard on the Control Flow from DECISION2 to N3. More...
 

Detailed Description

Create one instance of the CrPsCmdVerFail procedure.

This header file declares the function to create one instance of the CrPsCmdVerFail procedure. The procedure is configured with a set of function pointers representing the non-default actions and guards of the procedure. Some of these functions may also be declared in this header file in accordance with the configuration of the procedure in the FW Profile Editor. In the latter case, the user has to provide an implementation for these functions in a user-supplied body file.

This header file has been automatically generated by the FW Profile Editor. The procedure created by this file is shown in the figure below.

CrPsCmdVerFail.png
Author
FW Profile code generator version 5.01
Date
Created on: Jul 11 2017 18:1:13
Author
Christian Reimers chris.nosp@m.tian.nosp@m..reim.nosp@m.ers@.nosp@m.univi.nosp@m.e.ac.nosp@m..at
Markus Rockenbauer marku.nosp@m.s.ro.nosp@m.ckenb.nosp@m.auer.nosp@m.@univ.nosp@m.ie.a.nosp@m.c.at

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 CrPsCmdVerFailCreate.h.

Macro Definition Documentation

#define CrPsCmdVerFail_N2   (1) /* The identifier of action node N2 in procedure CrPsCmdVerFail */

Make sure to include this header file only once.

FW Profile function definitions Action node identifiers

Definition at line 43 of file CrPsCmdVerFailCreate.h.

Function Documentation

FwPrDesc_t CrPsCmdVerFailCreate ( void *  prData)

Create a new procedure descriptor.

This interface creates the procedure descriptor dynamically.

Parameters
prDatathe 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).
Returns
the pointer to the procedure descriptor

Create the procedure

Configure the procedure

Definition at line 45 of file CrPsCmdVerFailCreate.c.

FwPrBool_t CrPsCmdVerFailG1 ( FwPrDesc_t  prDesc)

Guard on the Control Flow from DECISION2 to N3.

 OutFactory fails to
generate OutComponent 
Parameters
smDescthe procedure descriptor
Returns
1 if the guard is fulfilled, otherwise 0.

Definition at line 242 of file CrPsCmdVerFailFunc.c.

void CrPsCmdVerFailN2 ( FwPrDesc_t  prDesc)

Action for node N2.

Retrieve an OutComponent of
type (1,4) or (1,8) from OutFactory
Parameters
smDescthe procedure descriptor

Definition at line 57 of file CrPsCmdVerFailFunc.c.

void CrPsCmdVerFailN3 ( FwPrDesc_t  prDesc)

Action for node N3.

Generate error report
OUTFACTORY_FAIL
Parameters
smDescthe procedure descriptor

Definition at line 74 of file CrPsCmdVerFailFunc.c.

void CrPsCmdVerFailN4 ( FwPrDesc_t  prDesc)

Action for node N4.

Configure report and
load it in the OutLoader
Parameters
smDescthe procedure descriptor

Definition at line 92 of file CrPsCmdVerFailFunc.c.

void CrPsCmdVerFailN5 ( FwPrDesc_t  prDesc)

Action for node N5.

Increment data pool
variable nOfXyFailed
Parameters
smDescthe procedure descriptor

Definition at line 164 of file CrPsCmdVerFailFunc.c.

void CrPsCmdVerFailN6 ( FwPrDesc_t  prDesc)

Action for node N6.

Update data pool variable
pcktIdXyzFailed and failCodeXyzFailed
Parameters
smDescthe procedure descriptor

Definition at line 192 of file CrPsCmdVerFailFunc.c.

P&P Software GmbH, Copyright 2012-2013, All Rights Reserved