CORDET Framework - C2 Implementation
CrFwDummyExecProc.c File Reference

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. More...
 

Detailed Description

Implementation of Dummy Component Execution Procedure.

Author
Vaclav Cechticky vacla.nosp@m.v.ce.nosp@m.chtic.nosp@m.ky@p.nosp@m.np-so.nosp@m.ftwa.nosp@m.re.co.nosp@m.m
Alessandro Pasetti paset.nosp@m.ti@p.nosp@m.np-so.nosp@m.ftwa.nosp@m.re.co.nosp@m.m

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.

Function Documentation

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.

Returns
the descriptor of the CEP or NULL if the procedure could not be created.

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.

Parameters
prDescthe procedure descriptor

Definition at line 33 of file CrFwDummyExecProc.c.

Variable Documentation

FwPrDesc_t dummyExecPrDesc = NULL
static

The singleton instance of the CIP.

Definition at line 30 of file CrFwDummyExecProc.c.

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