13 #ifndef PRESSURESENSOR_H
14 #define PRESSURESENSOR_H
113 float Value(
void)
const;
149 #endif // PRESSURESENSOR_H
Abstract class for data types.
Definition: io_data.h:94
void UseDefaultPlot(void)
Use default plot.
Abstract class for input/ouput system.
Definition: IODevice.h:45
namespace of the flair Framework
Definition: Ahrs.h:19
Class displaying a QGroupBox on the ground station.
Definition: GroupBox.h:27
Base class for PressureSensor.
Definition: PressureSensor.h:40
float Value(void) const
Value.
core::Matrix * output
Output matrix.
Definition: PressureSensor.h:121
Abstract class for input/ouput system.
void LockUserInterface(void) const
Lock user interface.
Abstract class to display a layout on the ground station.
Definition: Layout.h:33
void UnlockUserInterface(void) const
Unlock user interface.
gui::Tab * GetPlotTab(void) const
Plot tab.
gui::DataPlot1D * GetPlot(void) const
Plot.
PressureSensor(std::string name)
Constructor.
gui::Layout * GetLayout(void) const
Setup Layout.
Class defining a matrix.
Definition: Matrix.h:31
gui::GroupBox * GetGroupBox(void) const
Setup GroupBox.
~PressureSensor()
Destructor.
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