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