Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
Loading...
Searching...
No Matches
scenarios::IoTDataCollectionSystem::SensorReading Struct Reference
Collaboration diagram for scenarios::IoTDataCollectionSystem::SensorReading:
Collaboration graph

Public Attributes

std::string device_id
 
std::string sensor_type
 
double value
 
std::chrono::system_clock::time_point timestamp
 

Detailed Description

Definition at line 54 of file real_world_scenarios.cpp.

Member Data Documentation

◆ device_id

std::string scenarios::IoTDataCollectionSystem::SensorReading::device_id

◆ sensor_type

std::string scenarios::IoTDataCollectionSystem::SensorReading::sensor_type

◆ timestamp

std::chrono::system_clock::time_point scenarios::IoTDataCollectionSystem::SensorReading::timestamp

◆ value

double scenarios::IoTDataCollectionSystem::SensorReading::value

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