180 class Ahrs_impl *pimpl_;
gui::DataPlot1D * YawPlot(void) const
Yaw plot.
void AddPlot(const core::AhrsData *ahrsData, gui::DataPlot::Color_t color)
Add plot.
Abstract class for input/ouput system.
Definition: IODevice.h:45
namespace of the flair Framework
Definition: Ahrs.h:19
void LockUserInterface(void) const
Lock the graphical user interface.
Class defining AHRS datas.
Definition: AhrsData.h:30
Base class for Imu.
Definition: Imu.h:44
Abstract class for input/ouput system.
gui::DataPlot1D * WXPlot(void) const
Rotation speed around x axis plot.
Abstract class for AHRS.
Definition: Ahrs.h:44
gui::DataPlot1D * RollPlot(void) const
Roll plot.
void UseDefaultPlot(void)
Use default plot.
gui::DataPlot1D * WZPlot(void) const
Rotation speed around z axis plot.
gui::DataPlot1D * WYPlot(void) const
Rotation speed around y axis plot.
void UnlockUserInterface(void) const
Unlock the graphical user interface.
const sensor::Imu * GetImu(void) const
Get parent Imu.
Color_t
Types of colors.
Definition: DataPlot.h:40
Abstract class to display plots on ground station.
gui::DataPlot1D * PitchPlot(void) const
Pitch plot.
Class displaying a 1D plot on the ground station.
Definition: DataPlot1D.h:33
Class displaying a QTab on the ground station.
Definition: Tab.h:29
const core::AhrsData * GetDatas(void) const
Get ahrs datas.
Ahrs(const sensor::Imu *parent, std::string name)
Constructor.