|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|

Public Attributes | |
| std::string | device_id |
| std::string | sensor_type |
| double | value |
| std::chrono::system_clock::time_point | timestamp |
Definition at line 54 of file real_world_scenarios.cpp.
| std::string scenarios::IoTDataCollectionSystem::SensorReading::device_id |
Definition at line 55 of file real_world_scenarios.cpp.
Referenced by scenarios::IoTDataCollectionSystem::simulate_iot_scenario().
| std::string scenarios::IoTDataCollectionSystem::SensorReading::sensor_type |
Definition at line 56 of file real_world_scenarios.cpp.
Referenced by scenarios::IoTDataCollectionSystem::simulate_iot_scenario().
| std::chrono::system_clock::time_point scenarios::IoTDataCollectionSystem::SensorReading::timestamp |
Definition at line 58 of file real_world_scenarios.cpp.
Referenced by scenarios::IoTDataCollectionSystem::simulate_iot_scenario().
| double scenarios::IoTDataCollectionSystem::SensorReading::value |
Definition at line 57 of file real_world_scenarios.cpp.
Referenced by scenarios::IoTDataCollectionSystem::simulate_iot_scenario().