LoRa-BLE-Sensor
|
Structure for the sensor data. This is used to store the sensor data and timestamp for each sensor. More...
#include <sensor_data.h>
Public Attributes | |
enum sensor_id | id |
enum sensor_power_id | power_id |
struct ring_buf | data_ring_buf |
struct ring_buf | timestamp_ring_buf |
size_t | max_samples |
size_t | data_size |
size_t | timestamp_size |
void * | latest_data |
int | latest_timestamp |
uint32_t | num_samples |
Structure for the sensor data. This is used to store the sensor data and timestamp for each sensor.