RTC Toolkit
2.0.0
|
Telemetry Service Interface. More...
Files | |
file | componentMetrics.cpp |
Defines ComponentMetrics. | |
file | componentMetricsIf.cpp |
Defines ComponentMetrics. | |
file | componentMetrics.hpp |
Declares ComponentMetrics. | |
file | componentMetricsIf.hpp |
Header file for ComponentMetricsIf. | |
Classes | |
class | rtctk::componentFramework::CounterMetricInfo |
Defines auxiliary information associated with each counter registered with ComponentMetricsIf. More... | |
class | rtctk::componentFramework::ThreadMetricInfo |
Defines auxiliary information associated with each thread registered with ComponentMetricsIf. More... | |
struct | rtctk::componentFramework::ComponentMetricsParams |
Dynamic parameters for ComponentMetrics. More... | |
class | rtctk::componentFramework::ComponentMetricsIf |
Component metrics interface. More... | |
Functions | |
bool | rtctk::componentFramework::operator== (ComponentMetricsParams const &lhs, ComponentMetricsParams const &rhs) noexcept |
Equality operator for ComponentMetricsParams. More... | |
bool | rtctk::componentFramework::operator!= (ComponentMetricsParams const &lhs, ComponentMetricsParams const &rhs) noexcept |
Inequality operator for ComponentMetricsParams. More... | |
std::ostream & | rtctk::componentFramework::operator<< (std::ostream &os, ComponentMetricsParams const ¶ms) |
Formatter for ComponentMetricsParams. More... | |
bool | operator== (ComponentMetricsParams const &lhs, ComponentMetricsParams const &rhs) noexcept |
Equality operator for ComponentMetricsParams. More... | |
bool | operator!= (ComponentMetricsParams const &lhs, ComponentMetricsParams const &rhs) noexcept |
Inequality operator for ComponentMetricsParams. More... | |
std::ostream & | operator<< (std::ostream &os, ComponentMetricsParams const ¶ms) |
Formatter for ComponentMetricsParams. More... | |
Telemetry Service Interface.
|
noexcept |
Inequality operator for ComponentMetricsParams.
lhs | First to parameter to compare |
rhs | Second parameter to compare. |
|
related |
Inequality operator for ComponentMetricsParams.
lhs | First to parameter to compare |
rhs | Second parameter to compare. |
std::ostream & operator<< | ( | std::ostream & | os, |
ComponentMetricsParams const & | params | ||
) |
Formatter for ComponentMetricsParams.
os | output stream to format to. |
params | parameter to format. |
|
related |
Formatter for ComponentMetricsParams.
os | output stream to format to. |
params | parameter to format. |
|
noexcept |
Equality operator for ComponentMetricsParams.
lhs | First to parameter to compare |
rhs | Second parameter to compare. |
|
related |
Equality operator for ComponentMetricsParams.
lhs | First to parameter to compare |
rhs | Second parameter to compare. |