CORDET Framework - C2 Implementation
|
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... | |
User-modifiable parameters for the OutLoader component (see CrFwOutLoader.h
).
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/CrConfigDemoMaster/CrFwOutLoaderUserPar.h.
#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/CrConfigDemoMaster/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/CrConfigDemoMaster/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/CrConfigDemoMaster/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/CrConfigDemoMaster/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/CrConfigDemoMaster/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/CrConfigDemoMaster/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/CrConfigDemoMaster/CrFwOutLoaderUserPar.h.