13 #ifndef BATTERYMONITOR_H
14 #define BATTERYMONITOR_H
81 bool isUnderThershold;
86 #endif // BATTERYMONITOR_H
Base class for all Framework's classes.
Definition: Object.h:84
namespace of the flair Framework
Definition: Ahrs.h:19
unsigned long long Time
Time definition, in ns.
Definition: Object.h:56
Class displaying a QSpinBox on the ground station.
Definition: SpinBox.h:28
BatteryMonitor(std::string name)
Constructor.
bool IsBatteryLow(void)
Is battery low?
Class displaying a QLabel on the ground station.
Definition: Label.h:28
Base class for all Framework's classes.
Base class for battery monitor.
Definition: BatteryMonitor.h:34
Class displaying a QDoubleSpinBox on the ground station.
Definition: DoubleSpinBox.h:28
void SetBatteryValue(float value)
Set battery value.
float GetVoltage(void) const
Get battery voltage.
~BatteryMonitor()
Destructor.