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 out-going commands or reports which can be tracked by the OutRegistry. More... | |
#define | CR_FW_OUTREGISTRY_NSERV 10 |
The total number of service types/sub-types provided by the application. More... | |
#define | CR_FW_OUTREGISTRY_INIT_SERV_DESC |
Definition of the range of out-going services supported by an 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 application. 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 CrFwOutRegistryUserPar.h.
#define CR_FW_OUTREGISTRY_INIT_SERV_DESC |
Definition of the range of out-going services supported by an 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 together with a range of discriminant. The elements in each line are as follows:
If a [type,sub-type] pair does not support a discriminant, then l and u must be set to zero.
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 four constraints is checked by CrFwAuxOutRegistryConfigCheck
.
Definition at line 72 of file CrFwOutRegistryUserPar.h.
#define CR_FW_OUTREGISTRY_N 64 |
The maximum number of out-going commands or reports which can be tracked by the OutRegistry.
This constant must be smaller than the range of CrFwTrackingIndex_t
.
Definition at line 32 of file CrFwOutRegistryUserPar.h.
#define CR_FW_OUTREGISTRY_NSERV 10 |
The total number of service types/sub-types provided by the application.
An application provides 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 42 of file CrFwOutRegistryUserPar.h.