CORDET Framework - C2 Implementation
|
Implementation of Dummy Component Execution Procedure. More...
Go to the source code of this file.
Functions | |
void | CwFwBaseCmpDummyExecAction (FwPrDesc_t prDesc) |
Dummy action executed in the single node of the Dummy Execution Procedure. More... | |
FwPrDesc_t | CrFwBaseCmpGetDummyExecProc () |
Retrieve the singleton instance of the Dummy CEP. More... | |
Variables | |
static FwPrDesc_t | dummyExecPrDesc = NULL |
The singleton instance of the CIP. | |
Implementation of Dummy Component 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 CrFwDummyExecProc.c.
FwPrDesc_t CrFwBaseCmpGetDummyExecProc | ( | ) |
Retrieve the singleton instance of the Dummy CEP.
This function returns the descriptor of the Dummy CEP. Note that no data are attached to the descriptor as it is returned by this function.
Definition at line 39 of file CrFwDummyExecProc.c.
void CwFwBaseCmpDummyExecAction | ( | FwPrDesc_t | prDesc | ) |
Dummy action executed in the single node of the Dummy Execution Procedure.
This dummy action returns without doing anything.
prDesc | the procedure descriptor |
Definition at line 33 of file CrFwDummyExecProc.c.