26 #ifndef MONITOR_MONITORS_MONITORDISTANCEY_H 27 #define MONITOR_MONITORS_MONITORDISTANCEY_H 32 #include <MonitorIn.hxx> 56 #endif // MONITOR_MONITORS_MONITORDISTANCEY_H
std::string getTypeName() override
return a string relative to monitor type
Definition: MonitorDistanceY.cpp:62
MonitoringManager * monitoringManager
monitoring manager
Definition: Monitor.h:117
A monitor that calculate the distance between two points.
Definition: MonitorDistanceY.h:38
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: MonitorDistanceY.cpp:38
MonitorDistanceY(mml::Monitor *m, MonitoringManager *monitoringManager)
constructor
Definition: MonitorDistanceY.cpp:35
~MonitorDistanceY() override=default
destructor