|
|
|
@ -314,7 +314,7 @@ public:
@@ -314,7 +314,7 @@ public:
|
|
|
|
|
Q_PROPERTY(unsigned int telemetryTXBuffer READ telemetryTXBuffer NOTIFY telemetryTXBufferChanged) |
|
|
|
|
Q_PROPERTY(int telemetryLNoise READ telemetryLNoise NOTIFY telemetryLNoiseChanged) |
|
|
|
|
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(bool initialPlanRequestComplete READ initialPlanRequestComplete NOTIFY initialPlanRequestCompleteChanged) |
|
|
|
|
Q_PROPERTY(QVariantList staticCameraList READ staticCameraList CONSTANT) |
|
|
|
@ -745,6 +745,7 @@ signals:
@@ -745,6 +745,7 @@ signals:
|
|
|
|
|
void capabilitiesKnownChanged(bool capabilitiesKnown); |
|
|
|
|
void initialPlanRequestCompleteChanged(bool initialPlanRequestComplete); |
|
|
|
|
void capabilityBitsChanged(uint64_t capabilityBits); |
|
|
|
|
void toolBarIndicatorsChanged(void); |
|
|
|
|
|
|
|
|
|
void messagesReceivedChanged (); |
|
|
|
|
void messagesSentChanged (); |
|
|
|
|