CORDET Framework - C2 Implementation
|
Implementation of InReport Execution Procedure. More...
Go to the source code of this file.
Functions | |
static void | CwFwInRepExecAction (FwPrDesc_t prDesc) |
Function implementing the action of the single node in the Report Execution Procedure. More... | |
FwPrDesc_t | CrFwInRepExecProcMake () |
Create a new instance of the InReport Execution Procedure. More... | |
Implementation of InReport Execution Procedure.
This file is part of the CORDET Framework.
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/.
For information on alternative licensing, please contact P&P Software GmbH.
Definition in file CrFwInRepExecProc.c.
FwPrDesc_t CrFwInRepExecProcMake | ( | ) |
Create a new instance of the InReport Execution Procedure.
This function returns the descriptor of newly created InReport Execution Procedure. Note that no data are attached to the descriptor as it is returned by this function.
Definition at line 39 of file CrFwInRepExecProc.c.
|
static |
Function implementing the action of the single node in the Report Execution Procedure.
prDesc | the procedure descriptor |
Definition at line 60 of file CrFwInRepExecProc.c.