#include "utils/WMDefs.h"
Go to the source code of this file.
◆ SENSORAPP_ANALOG_INPUT_ONE_SET
| #define SENSORAPP_ANALOG_INPUT_ONE_SET BV(3) |
DipSwitch1 (of DemoBoard)
◆ SENSORAPP_DIGITAL_INPUT_ONE_SET
| #define SENSORAPP_DIGITAL_INPUT_ONE_SET BV(0) |
PushButton1 (of DemoBoard)
◆ SENSORAPP_DIGITAL_INPUT_THREE_SET
| #define SENSORAPP_DIGITAL_INPUT_THREE_SET BV(2) |
PushButton3 (of DemoBoard)
◆ SENSORAPP_DIGITAL_INPUT_TWO_SET
| #define SENSORAPP_DIGITAL_INPUT_TWO_SET BV(1) |
PushButton2 (of DemoBoard)
◆ SENSORAPP_FORMAT_EXT_HCI_OUT_ACTIVE
| #define SENSORAPP_FORMAT_EXT_HCI_OUT_ACTIVE 0x01 |
extended HCI output format
◆ SENSORAPP_OPTION_ACK_MSG_HCI_OUTPUT
| #define SENSORAPP_OPTION_ACK_MSG_HCI_OUTPUT BV(1) |
◆ SENSORAPP_OPTION_LINK_MON_SIGNAL_OUTPUT
| #define SENSORAPP_OPTION_LINK_MON_SIGNAL_OUTPUT BV(2) |
◆ SENSORAPP_OPTION_PUSH_BUTTON_ONE
| #define SENSORAPP_OPTION_PUSH_BUTTON_ONE BV(3) |
Push Button1 pressed (remoteDevice)
◆ SENSORAPP_OPTION_SENSOR_ACK_MSG
| #define SENSORAPP_OPTION_SENSOR_ACK_MSG BV(0) |
◆ SENSORAPP_SAP_ID
| #define SENSORAPP_SAP_ID 0x05 |
SAP ID for the RadioLink service
◆ SENSORAPP_STATUS_ERROR
| #define SENSORAPP_STATUS_ERROR 0x01 |
◆ SENSORAPP_STATUS_OK
| #define SENSORAPP_STATUS_OK 0x00 |
◆ SENSORAPP_STATUS_WRONG_DEVICEMODE
| #define SENSORAPP_STATUS_WRONG_DEVICEMODE 0x04 |
◆ TSensorApp_Mode
SensorApp Modes.
| Enumerator |
|---|
| SensorApp_Mode_Off | SensorApp of off / de-activated
|
| SensorApp_Mode_SensorDataTransmitter | SensorApp is avtive and acts as Transmitter device
|
| SensorApp_Mode_SensorDataReceiver | SensorApp is avtive and acts as Receiver device
|