CORDET Framework - C2 Implementation
|
User-modifiable parameters for the OutRegistry component (see CrFwOutRegistry.h
).
More...
Go to the source code of this file.
Macros | |
#define | CR_FW_OUTREGISTRY_N 64 |
The maximum number of commands or reports which can be tracked by the OutRegistry. More... | |
#define | CR_FW_OUTREGISTRY_NSERV 3 |
The total number of out-going service types/sub-types offered by the application. More... | |
#define | CR_FW_OUTREGISTRY_INIT_SERV_DESC |
Definition of the range of out-going services supported by the application. More... | |
User-modifiable parameters for the OutRegistry component (see CrFwOutRegistry.h
).
This header file defines the set of services to be provided by the Master Application of the CORDET Demo. A service is defined in terms of the following characteristics:
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/CrFwOutRegistryUserPar.h.
#define CR_FW_OUTREGISTRY_INIT_SERV_DESC |
Definition of the range of out-going services supported by the application.
An application supports a number of service types and, for each service type, it supports a number of sub-types. Each sub-type may support a range of discriminant values. Each line in this initializer describes one [service type, service sub-type] pair which is supported by the application. The elements in each line are as follows:
The list of service descriptors must satisfy the following constraints:
CR_FW_OUTREGISTRY_NSERV
.CR_FW_OUTCMP_INIT_KIND_DESC
initializer.Compliance with the last three constraints is checked by CrFwAuxOutRegistryConfigCheck
.
Definition at line 69 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwOutRegistryUserPar.h.
#define CR_FW_OUTREGISTRY_N 64 |
The maximum number of commands or reports which can be tracked by the OutRegistry.
This constant must be smaller than the range of CrFwTrackingIndex_t
.
Definition at line 33 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwOutRegistryUserPar.h.
#define CR_FW_OUTREGISTRY_NSERV 3 |
The total number of out-going service types/sub-types offered by the application.
An application supports a number of service types and, for each service type, it supports a number of sub-types. This constant defines the total number of [service type, service sub-type] pairs supported by the application. This constant must be smaller than the range of: CrFwCmdRepIndex_t
.
Definition at line 43 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwOutRegistryUserPar.h.