simple FS  v0.1.0
Public Attributes | List of all members
SensorValue_t Struct Reference

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)
 

Detailed Description

Sensor value is stored as array of bytes.

The format of this value is described by type and data_length.

Member Data Documentation

◆ value

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.


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