MetaWear C++ API  0.20.0
C++ implementation of the MetaWear protocol
status.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 #include <stdint.h>
10 
12 const int32_t MBL_MW_STATUS_OK= 0;
22 const int32_t MBL_MW_STATUS_ERROR_TIMEOUT = 16;
const int32_t MBL_MW_STATUS_ERROR_ENABLE_NOTIFY
Failed to enable notifications.
Definition: status.h:26
const int32_t MBL_MW_STATUS_WARNING_UNEXPECTED_SENSOR_DATA
Data unexpectedly received from a sensor.
Definition: status.h:14
const int32_t MBL_MW_STATUS_ERROR_TIMEOUT
Timeout occured during an asynchronous operation.
Definition: status.h:22
const int32_t MBL_MW_STATUS_OK
Code executed normally, no errors or warnings.
Definition: status.h:12
const int32_t MBL_MW_STATUS_ERROR_UNSUPPORTED_PROCESSOR
Processor not supported for the data signal.
Definition: status.h:18
const int32_t MBL_MW_STATUS_WARNING_INVALID_RESPONSE
Invalid response receieved from the MetaWear notify characteristic.
Definition: status.h:20
const int32_t MBL_MW_STATUS_ERROR_SERIALIZATION_FORMAT
Cannot restore API state given the input serialization format.
Definition: status.h:24
const int32_t MBL_MW_STATUS_WARNING_INVALID_PROCESSOR_TYPE
Invalid processor passed into a dataprocessor function.
Definition: status.h:16