CORDET Framework - C2 Implementation
CrFwInLoaderUserPar.h File Reference

User-modifiable parameters for the InLoader components (see CrFwInLoader.h). More...

Go to the source code of this file.

Macros

#define CR_FW_INLOADER_DET_REROUTING_DEST   CrFwInLoaderTestCaseGetReroutingDestination
 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).

This file defines all the user-modifiable parameters for the InLoader. Users will normally have to modify this file as part of the framework instantiation process.

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

The default values defined in this file are those used for the testing of the CORDET Framework.

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

Macro Definition Documentation

#define CR_FW_INLOADER_DET_REROUTING_DEST   CrFwInLoaderTestCaseGetReroutingDestination

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 re-routing destination function used for the Test Suite.

Definition at line 39 of file 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 47 of file CrFwInLoaderUserPar.h.

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