13 #ifndef USSENSORPLOT_H
14 #define USSENSORPLOT_H
67 void CopyDatas(
char *buf)
const;
77 #endif // USSENSORPLOT_H
namespace of the flair Framework
Definition: Ahrs.h:19
Abstract class to display plots on ground station.
Definition: DataPlot.h:34
~UsSensorPlot()
Destructor.
Class displaying a plot for raw us sensor.
Definition: UsSensorPlot.h:35
UsSensorPlot(const LayoutPosition *position, std::string name, std::string y_name, float ymin, float ymax, const core::Matrix *datas, const core::Matrix *peakInfos)
Constructor.
Class to define a position in a layout on the ground station.
Definition: LayoutPosition.h:28
Class defining a matrix.
Definition: Matrix.h:31
Abstract class to display plots on ground station.