26 #ifndef MONITOR_MONITORS_MONITORGEOMETRICDEVIATION_H
27 #define MONITOR_MONITORS_MONITORGEOMETRICDEVIATION_H
32 #include <MonitorIn.hxx>
A monitor that calculate the distance between two points.
Definition: MonitorGeometricDeviation.h:38
void calculate() override
calculate current followed data and store them in values vector
Definition: MonitorGeometricDeviation.cpp:36
~MonitorGeometricDeviation() override=default
destructor
std::string getTypeName() override
return a string relative to monitor type
Definition: MonitorGeometricDeviation.cpp:60
MonitorGeometricDeviation(mml::Monitor *m, MonitoringManager *monitoringManager)
constructor
Definition: MonitorGeometricDeviation.cpp:33
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