CORDET Framework - C2 Implementation
|
User-modifiable parameters for the OutManager components (see CrFwOutManager.h
) of the Master Application of the CORDET Demo.
More...
Go to the source code of this file.
Macros | |
#define | CR_FW_NOF_OUTMANAGER 1 |
The number of OutManager components in the application. More... | |
#define | CR_FW_OUTMANAGER_POCLSIZE {10} |
The sizes of the Pending OutComponent List (POCL) of the OutManager components. More... | |
User-modifiable parameters for the OutManager components (see CrFwOutManager.h
) of the Master Application of the CORDET Demo.
This file defines all the user-modifiable parameters for the OutManager. 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 OutManager Components. The value of these parameters cannot be changed dynamically.
The Master Application only uses one single OutManager which is responsible for sending out the commands to the Slave Applications.
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/CrFwOutManagerUserPar.h.
#define CR_FW_NOF_OUTMANAGER 1 |
The number of OutManager components in the application.
The value of this constant must be smaller than the range of the CrFwCounterU1_t
integer type.
Definition at line 40 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwOutManagerUserPar.h.
#define CR_FW_OUTMANAGER_POCLSIZE {10} |
The sizes of the Pending OutComponent List (POCL) of the OutManager components.
Each OutManager has one POCL. This constant defines the size of the POCL of the i-th OutManager. The size of a POCL must be a positive integer (i.e. it is not legal to define a zero-size POCL) in the range of the CrFwCounterU2_t
type.
Definition at line 49 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwOutManagerUserPar.h.