CORDET Framework - C2 Implementation
|
User-modifiable parameters for the InManager components (see CrFwInManager.h
) of the Slave Application of the CORDET Demo.
More...
Go to the source code of this file.
Macros | |
#define | CR_FW_NOF_INMANAGER 1 |
The number of InManager components in the application. More... | |
#define | CR_FW_INMANAGER_PCRLSIZE {10} |
The sizes of the Pending Command/Report List (PCRL) of the InManager components. More... | |
User-modifiable parameters for the InManager components (see CrFwInManager.h
) of the Slave Application of the CORDET Demo.
The parameters defined in this file determine the configuration of the InManager Components. The value of these parameters cannot be changed dynamically.
The Slave Application only needs one InManager for incoming commands.
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/CrFwInManagerUserPar.h.
#define CR_FW_INMANAGER_PCRLSIZE {10} |
The sizes of the Pending Command/Report List (PCRL) of the InManager components.
Each InManager has one PCRL. This constant defines the size of the PCRL of the i-th InManager. The size of a PCRL must be a positive integer (i.e. it is not legal to define a zero-size PCRL) in the range of the CrFwCounterU2_t
type.
Definition at line 42 of file cordetfw-examples/src/CrConfigDemoSlave1/CrFwInManagerUserPar.h.
#define CR_FW_NOF_INMANAGER 1 |
The number of InManager components in the application.
The value of this constant must be smaller than the range of the CrFwCounterU1_t
integer type.
Definition at line 33 of file cordetfw-examples/src/CrConfigDemoSlave1/CrFwInManagerUserPar.h.