CORDET Framework - C2 Implementation
|
Header file to define constants and types for the CORDET Demo. More...
Go to the source code of this file.
Macros | |
#define | CR_DA_MASTER 1 |
The identifier of the Master Application of the CORDET Demo. | |
#define | CR_DA_SLAVE_1 2 |
The identifier of the first Slave Application of the CORDET Demo. | |
#define | CR_DA_SLAVE_2 3 |
The identifier of the first Slave Application of the CORDET Demo. | |
#define | CR_DA_SOCKET_PORT 2002 |
The port number for the socket port. | |
#define | CR_DA_SERV_TYPE 64 |
The identifier of the service type supported by the demo application. | |
#define | CR_DA_SERV_SUBTYPE_EN 1 |
The identifier of the service sub-type to enable temperature monitoring. | |
#define | CR_DA_SERV_SUBTYPE_DIS 2 |
The identifier of the service sub-type to disable temperature monitoring. | |
#define | CR_DA_SERV_SUBTYPE_SET 3 |
The identifier of the service sub-type to set the temperature limit. | |
#define | CR_DA_SERV_SUBTYPE_REP 4 |
The identifier of the service sub-type to report a temperature violation. | |
Header file to define constants and types for the CORDET Demo.
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 CrDemoMaster/CrDaConstants.h.