![]() |
EduArt Sensor Ring Library 3.0.0
|
Generic message container with metadata and payload. More...
#include <Measurement.hpp>
Public Attributes | |
| DeviceID | id |
| The device that generated this message. | |
| std::chrono::system_clock::time_point | timestamp |
| Timestamp when the measurement was taken. | |
| double | value |
| Associated numeric value (e.g., measurement quality, confidence). | |
| PayloadT | payload |
| The measurement data payload. | |
Generic message container with metadata and payload.
| PayloadT | The type of data carried in the message. |