40 void EMANE::StatisticRegistrarProxy::registerStatistic(
const std::string & sName,
43 const std::string & sDescription,
54 void EMANE::StatisticRegistrarProxy::registerTablePublisher(
const std::string & sName,
56 const std::string & sDescription,
64 pStatiticTablePublisher,
A StatisticTablePublisher produces two dimensional tables of Anys.
StatisticRegistrarProxy(StatisticService &service, BuildId buildId)
void registerStatistic(BuildId buildId, const std::string &sName, Any::Type type, const StatisticProperties &properties, const std::string &sDescription, Statistic *pStatistic)
The Statistic interface is the base class of all statistics. It provided methods to access and clear ...
void registerTable(BuildId buildId, const std::string &sName, const StatisticProperties &properties, const std::string &sDescription, StatisticTablePublisher *pStatisticTablePublisher, std::function< void(StatisticTablePublisher *)> clearFunc)