|
|
@ -314,7 +314,7 @@ public: |
|
|
|
Q_PROPERTY(unsigned int telemetryTXBuffer READ telemetryTXBuffer NOTIFY telemetryTXBufferChanged) |
|
|
|
Q_PROPERTY(unsigned int telemetryTXBuffer READ telemetryTXBuffer NOTIFY telemetryTXBufferChanged) |
|
|
|
Q_PROPERTY(int telemetryLNoise READ telemetryLNoise NOTIFY telemetryLNoiseChanged) |
|
|
|
Q_PROPERTY(int telemetryLNoise READ telemetryLNoise NOTIFY telemetryLNoiseChanged) |
|
|
|
Q_PROPERTY(int telemetryRNoise READ telemetryRNoise NOTIFY telemetryRNoiseChanged) |
|
|
|
Q_PROPERTY(int telemetryRNoise READ telemetryRNoise NOTIFY telemetryRNoiseChanged) |
|
|
|
Q_PROPERTY(QVariantList toolBarIndicators READ toolBarIndicators CONSTANT) |
|
|
|
Q_PROPERTY(QVariantList toolBarIndicators READ toolBarIndicators NOTIFY toolBarIndicatorsChanged) |
|
|
|
Q_PROPERTY(QmlObjectListModel* adsbVehicles READ adsbVehicles CONSTANT) |
|
|
|
Q_PROPERTY(QmlObjectListModel* adsbVehicles READ adsbVehicles CONSTANT) |
|
|
|
Q_PROPERTY(bool initialPlanRequestComplete READ initialPlanRequestComplete NOTIFY initialPlanRequestCompleteChanged) |
|
|
|
Q_PROPERTY(bool initialPlanRequestComplete READ initialPlanRequestComplete NOTIFY initialPlanRequestCompleteChanged) |
|
|
|
Q_PROPERTY(QVariantList staticCameraList READ staticCameraList CONSTANT) |
|
|
|
Q_PROPERTY(QVariantList staticCameraList READ staticCameraList CONSTANT) |
|
|
@ -745,6 +745,7 @@ signals: |
|
|
|
void capabilitiesKnownChanged(bool capabilitiesKnown); |
|
|
|
void capabilitiesKnownChanged(bool capabilitiesKnown); |
|
|
|
void initialPlanRequestCompleteChanged(bool initialPlanRequestComplete); |
|
|
|
void initialPlanRequestCompleteChanged(bool initialPlanRequestComplete); |
|
|
|
void capabilityBitsChanged(uint64_t capabilityBits); |
|
|
|
void capabilityBitsChanged(uint64_t capabilityBits); |
|
|
|
|
|
|
|
void toolBarIndicatorsChanged(void); |
|
|
|
|
|
|
|
|
|
|
|
void messagesReceivedChanged (); |
|
|
|
void messagesReceivedChanged (); |
|
|
|
void messagesSentChanged (); |
|
|
|
void messagesSentChanged (); |
|
|
|