CORDET Framework - C2 Implementation
|
User-modifiable parameters for the InLoader components (see CrFwInLoader.h
) for the Slave 1 Application of the CORDET Demo.
More...
Go to the source code of this file.
Macros | |
#define | CR_FW_INLOADER_DET_REROUTING_DEST CrFwInLoaderDefGetReroutingDestination; |
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
) for the Slave 1 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.
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/CrConfigDemoSlave1/CrFwInLoaderUserPar.h.
#define CR_FW_INLOADER_DET_REROUTING_DEST CrFwInLoaderDefGetReroutingDestination; |
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 one of the default re-routing destination functions defined in CrFwInLoader.h
.
Definition at line 36 of file cordetfw-examples/src/CrConfigDemoSlave1/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 44 of file cordetfw-examples/src/CrConfigDemoSlave1/CrFwInLoaderUserPar.h.