Template Struct SensorData

Struct Documentation

template<typename T>
struct SensorData

Sensor data structure.

Public Functions

inline SensorData(std::string id, std::vector<double> vals, T time)

Public Members

std::string sensor_id
std::vector<double> values
T timestamp
double confidence = {1.0}
bool valid = {true}