mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Ref T259, formatting
This commit is contained in:
@@ -208,9 +208,11 @@ namespace BlackCore
|
|||||||
virtual bool parseDetails(const BlackMisc::CSimpleCommandParser &parser);
|
virtual bool parseDetails(const BlackMisc::CSimpleCommandParser &parser);
|
||||||
|
|
||||||
//! Display a debug log message based on BlackMisc::Simulation::CInterpolationAndRenderingSetup
|
//! Display a debug log message based on BlackMisc::Simulation::CInterpolationAndRenderingSetup
|
||||||
|
//! remark shows log messages of functions calls
|
||||||
void debugLogMessage(const QString &msg) const;
|
void debugLogMessage(const QString &msg) const;
|
||||||
|
|
||||||
//! Display a debug log message based on BlackMisc::Simulation::CInterpolationAndRenderingSetup
|
//! Display a debug log message based on BlackMisc::Simulation::CInterpolationAndRenderingSetup
|
||||||
|
//! remark shows log messages of functions calls
|
||||||
void debugLogMessage(const QString &funcInfo, const QString &msg) const;
|
void debugLogMessage(const QString &funcInfo, const QString &msg) const;
|
||||||
|
|
||||||
//! Show log messages?
|
//! Show log messages?
|
||||||
|
|||||||
@@ -376,9 +376,7 @@ namespace BlackSimPlugin
|
|||||||
double getSpeedBrakeRatio() const;
|
double getSpeedBrakeRatio() const;
|
||||||
void getSpeedBrakeRatioAsync(double *o_speedBrakeRatio);
|
void getSpeedBrakeRatioAsync(double *o_speedBrakeRatio);
|
||||||
//! @}
|
//! @}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ namespace BlackSimPlugin
|
|||||||
{
|
{
|
||||||
namespace XPlane
|
namespace XPlane
|
||||||
{
|
{
|
||||||
|
|
||||||
CXSwiftBusTrafficProxy::CXSwiftBusTrafficProxy(QDBusConnection &connection, QObject *parent, bool dummy) : QObject(parent)
|
CXSwiftBusTrafficProxy::CXSwiftBusTrafficProxy(QDBusConnection &connection, QObject *parent, bool dummy) : QObject(parent)
|
||||||
{
|
{
|
||||||
m_dbusInterface = new BlackMisc::CGenericDBusInterface(XSWIFTBUS_SERVICENAME, ObjectPath(), InterfaceName(), connection, this);
|
m_dbusInterface = new BlackMisc::CGenericDBusInterface(XSWIFTBUS_SERVICENAME, ObjectPath(), InterfaceName(), connection, this);
|
||||||
@@ -119,6 +118,5 @@ namespace BlackSimPlugin
|
|||||||
{
|
{
|
||||||
m_dbusInterface->callDBus(QLatin1String("requestRemoteAircraftData"));
|
m_dbusInterface->callDBus(QLatin1String("requestRemoteAircraftData"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ namespace BlackSimPlugin
|
|||||||
{
|
{
|
||||||
namespace XPlane
|
namespace XPlane
|
||||||
{
|
{
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Proxy object connected to a real XSwiftBus::CTraffic object via DBus
|
* Proxy object connected to a real XSwiftBus::CTraffic object via DBus
|
||||||
*/
|
*/
|
||||||
@@ -125,7 +124,6 @@ namespace BlackSimPlugin
|
|||||||
//! \copydoc XSwiftBus::CTraffic::requestRemoteAircraftData
|
//! \copydoc XSwiftBus::CTraffic::requestRemoteAircraftData
|
||||||
void requestRemoteAircraftData();
|
void requestRemoteAircraftData();
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user