26 #ifndef MONITOR_MONITORS_MONITORREN_H 27 #define MONITOR_MONITORS_MONITORREN_H 32 #include <MonitorIn.hxx> 56 #endif // MONITOR_MONITORS_MONITORREN_H
MonitorRen(mml::Monitor *m, MonitoringManager *monitoringManager)
constructor
Definition: MonitorRen.cpp:33
std::string getTypeName() override
return a string relative to monitor type
Definition: MonitorRen.cpp:68
MonitoringManager * monitoringManager
monitoring manager
Definition: Monitor.h:117
A monitor based on the relative energy norm.
Definition: MonitorRen.h:38
~MonitorRen() override=default
destructor
A monitor calculate and store followed data (ex:calculation between current position and references) ...
Definition: Monitor.h:49
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
void calculate() override
calculate current followed data and store them in values vector
Definition: MonitorRen.cpp:36