![]() |
simple FS
v0.1.0
|
Sensor value is stored as array of bytes. More...
#include <sensor.h>
Public Attributes | |
uint8_t * | value |
Array, where is stored raw value as array of bytes. More... | |
SensorType_t | type |
define type of column SensorType_t | |
uint8_t | data_length |
effective length of value (in bytes) | |
Sensor value is stored as array of bytes.
The format of this value is described by type and data_length.
uint8_t* SensorValue_t::value |
Array, where is stored raw value as array of bytes.
This is uninitialized pointer to array with values. For this part must by allocated memory in some kind of init function.