Statistics


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.


Classes

class   senf::StatisticAccumulator< T >
  Accumulate measurement values. More...
class   senf::StatisticsBase::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.

Typedef Documentation

typedef unspecified senf::
StatisticsStream

Logging stream for statistics messages.

Definition at line 43 of file StatisticsTargets.hh.