/* * StatisticNode.hh * * Created on: 04 nov 2014 * Author: AKKA */ #ifndef STATISTICNODE_HH_ #define STATISTICNODE_HH_ #include "NodeCfg.hh" #include "ParameterManager.hh" #include "StatisticLogger.hh" using namespace AMDA::Parameters; namespace AMDA { namespace ParamOutputImpl { namespace Statistic { /** * @class StatisticNode * @brief read the "statistic" node */ class StatisticNode: public AMDA::XMLConfigurator::NodeGrpCfg { public: StatisticNode(void); void proceed(xmlNodePtr pNode, const AMDA::Parameters::CfgContext& pContext); }; } // namespace Statistic } // namespace ParamOutputImpl } // namespace AMDA #endif /* STATISTICNODE_HH_ */