dRonin
adbada4
dRonin GCS
|
The SetupWizard class is the main interface to the setup wizard. It provides selects the sequence of pages that are presented. More...
#include <setupwizard.h>
Signals | |
void | boardIgnored (QByteArray uuid) |
Additional Inherited Members | |
Public Types inherited from VehicleConfigurationSource | |
enum | VEHICLE_TYPE { VEHICLE_UNKNOWN, VEHICLE_MULTI, VEHICLE_FIXEDWING, VEHICLE_HELI, VEHICLE_SURFACE } |
enum | VEHICLE_SUB_TYPE { MULTI_ROTOR_UNKNOWN, MULTI_ROTOR_TRI_Y, MULTI_ROTOR_QUAD_X, MULTI_ROTOR_QUAD_PLUS, MULTI_ROTOR_HEXA, MULTI_ROTOR_HEXA_H, MULTI_ROTOR_HEXA_COAX_Y, MULTI_ROTOR_OCTO, MULTI_ROTOR_OCTO_V, MULTI_ROTOR_OCTO_COAX_X, MULTI_ROTOR_OCTO_COAX_PLUS, FIXED_WING_AILERON, FIXED_WING_VTAIL, HELI_CCPM } |
enum | ESC_TYPE { ESC_RAPID, ESC_LEGACY, ESC_ONESHOT125, ESC_ONESHOT42, ESC_DSHOT300, ESC_DSHOT600, ESC_DSHOT1200, ESC_UNKNOWN } |
enum | GPS_SETTING { GPS_UBX, GPS_NMEA, GPS_DISABLED } |
enum | RADIO_SETTING { RADIO_TELEMETRY, RADIO_DISABLED } |
The SetupWizard class is the main interface to the setup wizard. It provides selects the sequence of pages that are presented.
Some of the page sequences are determined by the properties of the board, such as whether the input page is supported or the board can be updated.
Definition at line 47 of file setupwizard.h.