13 #ifndef BATTERYMONITOR_H
14 #define BATTERYMONITOR_H
83 bool isUnderThershold;
88 #endif // BATTERYMONITOR_H
namespace of the flair Framework
Definition: Ahrs.h:19
Class displaying a QGroupBox on the ground station.
Definition: GroupBox.h:27
unsigned long long Time
Time definition, in ns.
Definition: Object.h:55
Class displaying a QSpinBox on the ground station.
Definition: SpinBox.h:28
BatteryMonitor(const gui::LayoutPosition *position, std::string name)
Constructor.
bool IsBatteryLow(void)
Is batteru low?
Class displaying a QLabel on the ground station.
Definition: Label.h:28
Base class for battery monitor.
Definition: BatteryMonitor.h:35
Class displaying a QDoubleSpinBox on the ground station.
Definition: DoubleSpinBox.h:28
Class displaying a QGroupBox on the ground station.
Class to define a position in a layout on the ground station.
Definition: LayoutPosition.h:28
void SetBatteryValue(float value)
Set battery value.
float GetVoltage(void) const
Get battery voltage.
~BatteryMonitor()
Destructor.