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... | |
The statistics functionality has two parts:
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 unspecified senf::StatisticsStream |
Logging stream for statistics messages.
Definition at line 34 of file StatisticsTargets.hh.