|
ORE Studio 0.0.4
|
Response containing telemetry statistics. More...
#include <telemetry_protocol.hpp>

Public Member Functions | |
| std::vector< std::byte > | serialize () const |
Static Public Member Functions | |
| static std::expected< get_telemetry_stats_response, ores::utility::serialization::error_code > | deserialize (std::span< const std::byte > data) |
Public Attributes | |
| bool | success = true |
| Whether the query was successful. | |
| std::vector< domain::telemetry_stats > | stats |
| The aggregated statistics. | |
| std::string | message |
| Error message if query failed. | |
Response containing telemetry statistics.