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