RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
rtctk::componentFramework::CounterMetricInfo Class Reference

Defines auxiliary information associated with each counter registered with ComponentMetricsIf. More...

#include <rtctk/componentFramework/componentMetricsIf.hpp>

Public Member Functions

 CounterMetricInfo (std::string id, std::string description) noexcept
 Construct instance.
 
const std::string & GetId () const noexcept
 
const std::string & GetDescription () const noexcept
 

Detailed Description

Defines auxiliary information associated with each counter registered with ComponentMetricsIf.

Properties:

Constructor & Destructor Documentation

◆ CounterMetricInfo()

rtctk::componentFramework::CounterMetricInfo::CounterMetricInfo ( std::string id,
std::string description )
explicitnoexcept

Construct instance.

Parameters
idcounter identifier.
descriptioncounter description.

Member Function Documentation

◆ GetDescription()

const std::string & rtctk::componentFramework::CounterMetricInfo::GetDescription ( ) const
inlinenoexcept
Returns
counter description.

◆ GetId()

const std::string & rtctk::componentFramework::CounterMetricInfo::GetId ( ) const
inlinenoexcept
Returns
counter identifier.

The documentation for this class was generated from the following files: