|
|
@ -65,7 +65,6 @@ public: |
|
|
|
QString offlineEditingParamFile(Vehicle* vehicle) override { Q_UNUSED(vehicle); return QStringLiteral(":/FirmwarePlugin/PX4/PX4.OfflineEditing.params"); } |
|
|
|
QString offlineEditingParamFile(Vehicle* vehicle) override { Q_UNUSED(vehicle); return QStringLiteral(":/FirmwarePlugin/PX4/PX4.OfflineEditing.params"); } |
|
|
|
QString brandImageIndoor (const Vehicle* vehicle) const override { Q_UNUSED(vehicle); return QStringLiteral("/qmlimages/PX4/BrandImage"); } |
|
|
|
QString brandImageIndoor (const Vehicle* vehicle) const override { Q_UNUSED(vehicle); return QStringLiteral("/qmlimages/PX4/BrandImage"); } |
|
|
|
QString brandImageOutdoor (const Vehicle* vehicle) const override { Q_UNUSED(vehicle); return QStringLiteral("/qmlimages/PX4/BrandImage"); } |
|
|
|
QString brandImageOutdoor (const Vehicle* vehicle) const override { Q_UNUSED(vehicle); return QStringLiteral("/qmlimages/PX4/BrandImage"); } |
|
|
|
bool vehicleYawsToNextWaypointInMission(const Vehicle* vehicle) const override; |
|
|
|
|
|
|
|
QString autoDisarmParameter (Vehicle* vehicle) override { Q_UNUSED(vehicle); return QStringLiteral("COM_DISARM_LAND"); } |
|
|
|
QString autoDisarmParameter (Vehicle* vehicle) override { Q_UNUSED(vehicle); return QStringLiteral("COM_DISARM_LAND"); } |
|
|
|
uint32_t highLatencyCustomModeTo32Bits (uint16_t hlCustomMode) override; |
|
|
|
uint32_t highLatencyCustomModeTo32Bits (uint16_t hlCustomMode) override; |
|
|
|
bool supportsTerrainFrame (void) const override { return false; } |
|
|
|
bool supportsTerrainFrame (void) const override { return false; } |
|
|
|