Statistics

Classes

class  senf::StatisticAccumulator< T >
 Accumulate measurement values. More...
 
class  senf::StatisticsBase::OutputProxy< Owner >
 Output connection interface. More...
 
class  senf::Statistics
 Collect statistics and generate log messages. More...
 

Typedefs

typedef unspecified senf::StatisticsStream
 Logging stream for statistics messages. More...
 

Detailed Description

The statistics functionality has two parts:

  • the senf::Statistics class
  • the senf::StatisticsAccumulator class
  • statistics sources

Each senf::Statistics instance collects information about a single parameter. Which parameter is set up by connecting the Statistics instance with an arbitrary statistics source.

Statistics sources are Boost Signals which are emitted periodically to provide new data.

Typedef Documentation

◆ StatisticsStream

typedef unspecified senf::StatisticsStream

Logging stream for statistics messages.

Definition at line 34 of file StatisticsTargets.hh.