Your opinion will help to improve our service
Leave a feedback >Definition at line 15 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 16 of file sensor.hpp.
std::uint64_t congestion_control::Sensor::Data::no_overload_events_count {0} |
Definition at line 18 of file sensor.hpp.
std::uint64_t congestion_control::Sensor::Data::overload_events_count {0} |
Definition at line 17 of file sensor.hpp.
std::chrono::steady_clock::time_point congestion_control::Sensor::Data::tp |
Definition at line 19 of file sensor.hpp.