#include <stdint.h>
#include "radio2_frames.h"
Go to the source code of this file.
|
| enum | _CommandStatus { StatusInProgress = 0,
StatusFinished,
StatusError
} |
| |
| enum | _CommandStateType { CommandStateHost = 0,
CommandStateDevice,
CommandStateUnknown = -1
} |
| |
| enum | _StatusType {
StatusChain = 0,
StatusAppStart,
StatusPCBSN,
StatusSensorRead,
StatusSensorWrite,
StatusSettingsRead,
StatusSettingsWrite,
StatusCalibration,
StatusCalibrationPoints,
StatusCalibrationStored,
StatusCalibrationInfo,
StatusLedToggle,
StatusMax
} |
| |
◆ NEORADIO2_ERR_FAILURE
| #define NEORADIO2_ERR_FAILURE 4 |
◆ NEORADIO2_ERR_INPROGRESS
| #define NEORADIO2_ERR_INPROGRESS 3 |
◆ NEORADIO2_ERR_WBLOCK
| #define NEORADIO2_ERR_WBLOCK 2 |
◆ NEORADIO2_FAILURE
| #define NEORADIO2_FAILURE 1 |
◆ neoradio2_handle
| #define neoradio2_handle long |
◆ NEORADIO2_MAX_DEVS
| #define NEORADIO2_MAX_DEVS 8 |
◆ NEORADIO2_SUCCESS
| #define NEORADIO2_SUCCESS 0 |
◆ CommandStateType
◆ CommandStatus
◆ Neoradio2DeviceInfo
◆ StatusType
◆ _CommandStateType
| Enumerator |
|---|
| CommandStateHost | |
| CommandStateDevice | |
| CommandStateUnknown | |
◆ _CommandStatus
| Enumerator |
|---|
| StatusInProgress | |
| StatusFinished | |
| StatusError | |
◆ _StatusType
| Enumerator |
|---|
| StatusChain | |
| StatusAppStart | |
| StatusPCBSN | |
| StatusSensorRead | |
| StatusSensorWrite | |
| StatusSettingsRead | |
| StatusSettingsWrite | |
| StatusCalibration | |
| StatusCalibrationPoints | |
| StatusCalibrationStored | |
| StatusCalibrationInfo | |
| StatusLedToggle | |
| StatusMax | |