DDS  ver. 3.5.3.8.g5fe284b
Public Member Functions | Public Attributes | List of all members
dds::protocol_api::SStatParams Struct Reference

#include <StatImpl.h>

Public Member Functions

 SStatParams ()
 
void fillFromAccumulator (const statsAccumulator_t &_accumulator)
 
void addFromStatParams (const SStatParams &_stat)
 Add statistics from another structure. More...
 
std::string toString () const
 String representation of the object. More...
 

Public Attributes

double m_mean
 
double m_max
 
double m_count
 
double m_sum
 

Constructor & Destructor Documentation

◆ SStatParams()

dds::protocol_api::SStatParams::SStatParams ( )
inline

Member Function Documentation

◆ addFromStatParams()

void SStatParams::addFromStatParams ( const SStatParams _stat)

Add statistics from another structure.

SStatParams.

Note
This function is not thread safe.

◆ fillFromAccumulator()

void SStatParams::fillFromAccumulator ( const statsAccumulator_t _accumulator)

◆ toString()

std::string dds::protocol_api::SStatParams::toString ( ) const

String representation of the object.

Note
This function is not thread safe.

Member Data Documentation

◆ m_count

double dds::protocol_api::SStatParams::m_count

◆ m_max

double dds::protocol_api::SStatParams::m_max

◆ m_mean

double dds::protocol_api::SStatParams::m_mean

◆ m_sum

double dds::protocol_api::SStatParams::m_sum

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