Defines auxiliary information associated with each counter registered with ComponentMetricsIf.
More...
#include <componentMetricsIf.hpp>
Defines auxiliary information associated with each counter registered with ComponentMetricsIf.
Properties:
- Id: String in the character class
[0-9a-z] associates uniquely a logical counter instance.
- Description: String describing what the counter value represents.
◆ CounterMetricInfo()
| rtctk::componentFramework::CounterMetricInfo::CounterMetricInfo |
( |
std::string |
id, |
|
|
std::string |
description |
|
) |
| |
|
explicitnoexcept |
Construct instance.
- Parameters
-
| id | counter identifier. |
| description | counter description. |
◆ GetDescription()
| std::string const& rtctk::componentFramework::CounterMetricInfo::GetDescription |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- counter description.
◆ GetId()
| std::string const& rtctk::componentFramework::CounterMetricInfo::GetId |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- counter identifier.
The documentation for this class was generated from the following files: