65 std::string curve_name =
"");
80 uint8_t g = 0, uint8_t b = 0, std::string curve_name =
"");
86 #endif // DATAPLOT1D_H
namespace of the flair Framework
Definition: Ahrs.h:19
Abstract class to display plots on ground station.
Definition: DataPlot.h:34
DataPlot1D(const LayoutPosition *position, std::string name, float ymin, float ymax)
Constructor.
void AddCurve(const core::IODataElement *element, Color_t color, std::string curve_name="")
Add a curve from an IODataElement to the plot.
Abstract class for accessing an element of an io_data.
Definition: IODataElement.h:27
Class to define a position in a layout on the ground station.
Definition: LayoutPosition.h:28
Color_t
Types of colors.
Definition: DataPlot.h:40
Abstract class to display plots on ground station.
Class displaying a 1D plot on the ground station.
Definition: DataPlot1D.h:33