CORDET Framework - C2 Implementation
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 CrFwOutLoaderUserPar.h.

Macro Definition Documentation

◆ CR_FW_OUTLOADER_CONFIGACTION

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

Adaptation Point:
OLD-04: Configuration Action in Reset Procedure of OutLoader

Definition at line 128 of file CrFwOutLoaderUserPar.h.

◆ CR_FW_OUTLOADER_CONFIGCHECK

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

Adaptation Point:
OLD-03: Configuration Check in Reset Procedure of OutLoader

Definition at line 108 of file CrFwOutLoaderUserPar.h.

◆ CR_FW_OUTLOADER_INITACTION

#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 Initialization Check. This constant defines the function implementing the Initialization Action for the the OutLoader component. The 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.

Adaptation Point:
OLD-02: Initialization Action in Initialization Procedure of OutLoader

Definition at line 88 of file CrFwOutLoaderUserPar.h.

◆ CR_FW_OUTLOADER_INITCHECK

#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 Initialization Check. This constant defines the function implementing the Initialization Check for the the OutLoader component. The 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.

Adaptation Point:
OLD-01: Initialization Check in Initialization Procedure of OutLoader

Definition at line 68 of file CrFwOutLoaderUserPar.h.

◆ CR_FW_OUTLOADER_OUTMANAGER_ACTIVATE

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

Adaptation Point:
OLD-08: OutManager Activation Operation

Definition at line 48 of file CrFwOutLoaderUserPar.h.

◆ CR_FW_OUTLOADER_OUTMANAGER_SELECT

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

Adaptation Point:
OLD-07: OutManager Selection Operation

Definition at line 34 of file CrFwOutLoaderUserPar.h.

◆ CR_FW_OUTLOADER_SHUTDOWNACTION

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

Adaptation Point:
OLD-05: Shutdown Action of OutLoader

Definition at line 145 of file CrFwOutLoaderUserPar.h.

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