MetaWear C++ API  0.18.0
C++ implementation of the MetaWear protocol
Public Attributes | List of all members
MblMwData Struct Reference

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.
 

Detailed Description

Wrapper class encapsulating one sample of sensor data.


The documentation for this struct was generated from the following file: