CORDET Framework - C2 Implementation
|
Execution Procedure for the InReport Component. More...
Go to the source code of this file.
Functions | |
FwPrDesc_t | CrFwInRepExecProcMake () |
Create a new instance of the InReport Execution Procedure. More... | |
Execution Procedure for the InReport Component.
This procedure has a single node which executes the Update Action of the InReport (see figure below). This header file gives access to a make function which creates a new instance of the 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.h.
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.