Manage the EPS::Statistics structure. Differentiate between total statistics, and those gathered in the last minute.
More...
#include "Statistics.hpp"
|
| | Stats (void) |
| | Constructor. More...
|
| |
| std::string | to_string (void) const |
| | Convert the statistics to a text string for logging. More...
|
| |
| bool | empty (void) const |
| | Determine if the statistics are all zero. More...
|
| |
| void | roll (void) |
| | Roll the minute stats into the total stats. More...
|
| |
Manage the EPS::Statistics structure. Differentiate between total statistics, and those gathered in the last minute.
◆ Stats()
| EPS::Stats::Stats |
( |
void |
| ) |
|
◆ empty()
| bool EPS::Stats::empty |
( |
void |
| ) |
const |
Determine if the statistics are all zero.
◆ roll()
| void EPS::Stats::roll |
( |
void |
| ) |
|
Roll the minute stats into the total stats.
◆ to_string()
| std::string EPS::Stats::to_string |
( |
void |
| ) |
const |
Convert the statistics to a text string for logging.
◆ log_stats
| bool EPS::Stats::log_stats |
◆ minute_stats
◆ scorecard_enabled
| bool EPS::Stats::scorecard_enabled |
◆ scorecard_filename
| std::string EPS::Stats::scorecard_filename |
◆ total_stats
The documentation for this class was generated from the following files: