CORDET Framework - C2 Implementation
cordetfw-examples/src/CrConfigDemoSlave1/CrFwOutLoaderUserPar.h File Reference

User-modifiable parameters for the OutLoader component (see CrFwOutLoader.h). More...

Go to the source code of this file.

Macros

#define CR_FW_OUTLOADER_OUTMANAGER_SELECT   &CrFwOutLoaderDefOutManagerSelect
 The function implementing the OutManager Selection Operation for the OutLoader. More...
 
#define CR_FW_OUTLOADER_OUTMANAGER_ACTIVATE   &CrFwOutLoadDefOutManagerActivate
 The function implementing the OutManager Activation Operation for the OutLoader. More...
 
#define CR_FW_OUTLOADER_INITCHECK   &CrFwBaseCmpDefInitCheck
 The function implementing the Initialization Check of the OutLoader component. More...
 
#define CR_FW_OUTLOADER_INITACTION   &CrFwBaseCmpDefInitAction
 The function implementing the Initialization Action of the OutLoader component. More...
 
#define CR_FW_OUTLOADER_CONFIGCHECK   &CrFwBaseCmpDefConfigCheck
 The function implementing the Configuration Check of the OutLoader component. More...
 
#define CR_FW_OUTLOADER_CONFIGACTION   &CrFwBaseCmpDefConfigAction
 The function implementing the Configuration Action of the OutLoader component. More...
 
#define CR_FW_OUTLOADER_SHUTDOWNACTION   &CrFwBaseCmpDefShutdownAction
 The function implementing the Shutdown Action of the OutLoader component. More...
 

Detailed Description

User-modifiable parameters for the OutLoader component (see CrFwOutLoader.h).

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 cordetfw-examples/src/CrConfigDemoSlave1/CrFwOutLoaderUserPar.h.

Macro Definition Documentation

#define CR_FW_OUTLOADER_CONFIGACTION   &CrFwBaseCmpDefConfigAction

The function implementing the Configuration Action of the OutLoader component.

The OutLoader component is derived from the Base Component and it therefore inherits its Configuration Procedure (see CrFwResetProc.h). The configuration procedure must be configured with two actions: the Configuration Action and the Configuration Check. This constant defines the function implementing the Configuration Action for the the OutLoader component. This value of this constant must be a function pointer of type: FwPrAction_t. As default value for this adaptation point, function CrFwBaseCmpDefConfigAction defined on the Base Component may be used.

The value of the constant in this file is the one used for the test cases of CrFwOutLoaderTestCases.h.

Definition at line 116 of file cordetfw-examples/src/CrConfigDemoSlave1/CrFwOutLoaderUserPar.h.

#define CR_FW_OUTLOADER_CONFIGCHECK   &CrFwBaseCmpDefConfigCheck

The function implementing the Configuration Check of the OutLoader component.

The OutLoader component is derived from the Base Component and it therefore inherits its Configuration Procedure (see CrFwResetProc.h). The configuration procedure must be configured with two actions: the Configuration Action and the Configuration Check. This constant defines the function implementing the Configuration Check for the the OutLoader component. This value of this constant must be a function pointer of type: FwPrAction_t. As default value for this adaptation point, function CrFwBaseCmpDefConfigCheck defined on the Base Component may be used.

The value of the constant in this file is the one used for the test cases of CrFwOutLoaderTestCases.h.

Definition at line 98 of file cordetfw-examples/src/CrConfigDemoSlave1/CrFwOutLoaderUserPar.h.

#define CR_FW_OUTLOADER_INITACTION   &CrFwBaseCmpDefInitAction

The function implementing the Initialization Action of the OutLoader component.

The OutLoader component is derived from the Base Component and it therefore inherits its Initialization Procedure (see CrFwInitProc.h). The initialization procedure must be configured with two actions: the Initialization Action and the Initiation Check. This constant defines the function implementing the Initialization Action for the the OutLoader component. This value of this constant must be a function pointer of type: FwPrAction_t. As default value for this adaptation point, function CrFwBaseCmpDefInitAction defined on the Base Component may be used.

The value of the constant in this file is the one used for the test cases of CrFwOutLoaderTestCases.h.

Definition at line 80 of file cordetfw-examples/src/CrConfigDemoSlave1/CrFwOutLoaderUserPar.h.

#define CR_FW_OUTLOADER_INITCHECK   &CrFwBaseCmpDefInitCheck

The function implementing the Initialization Check of the OutLoader component.

The OutLoader component is derived from the Base Component and it therefore inherits its Initialization Procedure (see CrFwInitProc.h). The initialization procedure must be configured with two actions: the Initialization Action and the Initiation Check. This constant defines the function implementing the Initialization Check for the the OutLoader component. This value of this constant must be a function pointer of type: FwPrAction_t. As default value for this adaptation point, function CrFwBaseCmpDefInitCheck defined on the Base Component may be used.

The value of the constant in this file is the one used for the test cases of CrFwOutLoaderTestCases.h.

Definition at line 62 of file cordetfw-examples/src/CrConfigDemoSlave1/CrFwOutLoaderUserPar.h.

#define CR_FW_OUTLOADER_OUTMANAGER_ACTIVATE   &CrFwOutLoadDefOutManagerActivate

The function implementing the OutManager Activation Operation for the OutLoader.

The value of this constant must be a function pointer of type: CrFwOutManagerActivate_t. As default value for this adaptation point, the OutLoader defines function CrFwOutLoadDefOutManagerActivate.

The OutManager Activation Operation defined in this file is the one used for the test cases of CrFwOutLoaderTestCases.h.

Definition at line 44 of file cordetfw-examples/src/CrConfigDemoSlave1/CrFwOutLoaderUserPar.h.

#define CR_FW_OUTLOADER_OUTMANAGER_SELECT   &CrFwOutLoaderDefOutManagerSelect

The function implementing the OutManager Selection Operation for the OutLoader.

The value of this constant must be a function pointer of type: CrFwOutManagerSelect_t. As default value for this adaptation point, the OutLoader defines function CrFwOutLoaderDefOutManagerSelect.

The OutManager Selection Operation defined in this file is the one used for the test cases of CrFwOutLoaderTestCases.h.

Definition at line 32 of file cordetfw-examples/src/CrConfigDemoSlave1/CrFwOutLoaderUserPar.h.

#define CR_FW_OUTLOADER_SHUTDOWNACTION   &CrFwBaseCmpDefShutdownAction

The function implementing the Shutdown Action of the OutLoader component.

The OutLoader component is derived from the Base Component and it therefore inherits its Shutdown Action (see CrFwBaseCmp.h). This constant defines the shutdown function for the the OutLoader component. The value of this constant must be a function pointer of type: FwSmAction_t. As default value for this adaptation point, function CrFwBaseCmpDefShutdownAction defined on the Base Component may be used.

The value of the constant in this file is the one used for the test cases of CrFwOutLoaderTestCases.h.

Definition at line 131 of file cordetfw-examples/src/CrConfigDemoSlave1/CrFwOutLoaderUserPar.h.

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