|
MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
Wrapper class encapsulating one sample of sensor data. More...
#include <data.h>
Public Attributes | |
| int64_t | epoch |
| Number of milliseconds since epoch. | |
| void * | extra |
| Extra information attached to this data sample. | |
| void * | value |
| Pointer to the data value. | |
| MblMwDataTypeId | type_id |
| ID represnting the data type the value pointer points to. | |
| uint8_t | length |
| Size of the value. | |
Wrapper class encapsulating one sample of sensor data.