|
|
|
@ -282,7 +282,8 @@ public:
@@ -282,7 +282,8 @@ public:
|
|
|
|
|
Q_PROPERTY(bool supportsThrottleModeCenterZero READ supportsThrottleModeCenterZero CONSTANT) |
|
|
|
|
Q_PROPERTY(bool supportsJSButton READ supportsJSButton CONSTANT) |
|
|
|
|
Q_PROPERTY(bool supportsRadio READ supportsRadio CONSTANT) |
|
|
|
|
Q_PROPERTY(bool supportsCalibratePressure READ supportsCalibratePressure CONSTANT) |
|
|
|
|
Q_PROPERTY(bool supportsCalibratePressure READ supportsCalibratePressure CONSTANT) |
|
|
|
|
Q_PROPERTY(bool supportsMotorInterference READ supportsMotorInterference CONSTANT) |
|
|
|
|
Q_PROPERTY(bool autoDisconnect MEMBER _autoDisconnect NOTIFY autoDisconnectChanged) |
|
|
|
|
Q_PROPERTY(QString prearmError READ prearmError WRITE setPrearmError NOTIFY prearmErrorChanged) |
|
|
|
|
Q_PROPERTY(int motorCount READ motorCount CONSTANT) |
|
|
|
@ -506,6 +507,7 @@ public:
@@ -506,6 +507,7 @@ public:
|
|
|
|
|
bool supportsRadio(void) const; |
|
|
|
|
bool supportsJSButton(void) const; |
|
|
|
|
bool supportsCalibratePressure(void) const; |
|
|
|
|
bool supportsMotorInterference(void) const; |
|
|
|
|
|
|
|
|
|
void setFlying(bool flying); |
|
|
|
|
void setGuidedMode(bool guidedMode); |
|
|
|
|