Definition at line 19 of file sensor.hpp.
Public Member Functions | |
| double | GetLoadPercent () const |
Public Attributes | |
| std::uint64_t | current_load {0} |
| std::uint64_t | overload_events_count {0} |
| std::uint64_t | no_overload_events_count {0} |
| std::chrono::steady_clock::time_point | tp |
| std::uint64_t congestion_control::Sensor::Data::current_load {0} |
Definition at line 20 of file sensor.hpp.
| std::uint64_t congestion_control::Sensor::Data::no_overload_events_count {0} |
Definition at line 22 of file sensor.hpp.
| std::uint64_t congestion_control::Sensor::Data::overload_events_count {0} |
Definition at line 21 of file sensor.hpp.
| std::chrono::steady_clock::time_point congestion_control::Sensor::Data::tp |
Definition at line 23 of file sensor.hpp.