CORDET Framework - C2 Implementation
cordetfw-examples/src/CrConfigDemoMaster/CrFwInLoaderUserPar.h File Reference

User-modifiable parameters for the InLoader components (see CrFwInLoader.h) for the Master Application of the CORDET Demo. More...

Go to the source code of this file.

Macros

#define CR_FW_INLOADER_DET_REROUTING_DEST   CrFwInLoaderDefNoRerouting;
 The function which determines the re-routing destination of a packet. More...
 
#define CR_FW_INLOADER_SEL_INMANAGER   CrFwInLoaderDefGetInManager;
 The function which determines the InManager into which an InReport or InCommand must be loaded. More...
 

Detailed Description

User-modifiable parameters for the InLoader components (see CrFwInLoader.h) for the Master Application of the CORDET Demo.

This file defines all the user-modifiable parameters for the InLoader.

The parameters defined in this file determine the configuration of the InLoader singleton component. The value of these parameters cannot be changed dynamically.

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/CrConfigDemoMaster/CrFwInLoaderUserPar.h.

Macro Definition Documentation

#define CR_FW_INLOADER_DET_REROUTING_DEST   CrFwInLoaderDefNoRerouting;

The function which determines the re-routing destination of a packet.

This function must conform to the prototype defined by CrFwInLoaderGetReroutingDest_t. The function specified here is the default re-routing destination function defined in CrFwInLoader.h. Use of this re-routing function implies that the Master Application has no re-routing capabilities.

Definition at line 37 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwInLoaderUserPar.h.

#define CR_FW_INLOADER_SEL_INMANAGER   CrFwInLoaderDefGetInManager;

The function which determines the InManager into which an InReport or InCommand must be loaded.

This function must conform to the prototype defined by CrFwInLoaderGetInManager_t. The function specified here is the default re-routing destination function defined in CrFwInLoader.h.

Definition at line 45 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwInLoaderUserPar.h.

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