![]() |
YANE-Framework 1.1.0
|
StatisticsClient class. More...
Public Member Functions | |
virtual std::string | formattedData ()=0 |
Output format of the statistical data. | |
virtual std::string | name () |
Function returning the name of the client. | |
virtual void | reset ()=0 |
Function to reset the client. | |
StatisticsClient (StatisticsMaster *master, const std::string &group, const std::string &name) | |
Constructor. | |
virtual | ~StatisticsClient () |
Destructor. | |
Protected Attributes | |
std::string | _group |
Name of the group the client belongs to. | |
StatisticsMaster * | _master |
Pointer of the StatisticsMaster object to which the client is connected to. | |
std::string | _name |
Name of client. |