25 #ifndef CONFIGMODULEWIDGET_H
26 #define CONFIGMODULEWIDGET_H
28 #include "ui_modules.h"
49 void enableAirspeedTypeGPS(
bool);
50 void enableAirspeedTypePitot(
bool);
51 void toggleBatteryMonitoringPin();
52 void toggleBatteryMonitoringGb();
53 void updateVoltageRatio();
54 void updateVoltageFactor();
55 void updateVoltageFactorFromUavo(
float value);
58 void objectUpdated(
UAVObject *obj,
bool success);
59 void autoCellDetectionToggled(
bool checked);
60 void maxCellVoltageChanged(
double value);
62 void ledTabSetColor();
63 void updateAnnunciatorTab();
68 void enableBatteryTab(
bool enabled);
69 void enableAirspeedTab(
bool enabled);
70 void enableVibrationTab(
bool enabled);
71 void enableHoTTTelemetryTab(
bool enabled);
72 void enableGeofenceTab(
bool enabled);
73 void enableGpsTab(
bool enabled);
74 void enableLoggingTab(
bool enabled);
75 void tabEnable(QWidget *tab,
bool enable);
77 void refreshAdcNames(
void);
86 #endif // CONFIGMODULEWIDGET_H
ConfigModuleWidget(QWidget *parent=nullptr)
void resizeEvent(QResizeEvent *event)
virtual void enableControls(bool enable)