mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #268 populated CSimulatorXPlane with the implementation code to connect to XBus and get the aircraft situation and model via CXBusServiceProxy
This commit is contained in:
@@ -43,7 +43,10 @@ namespace BlackSimPlugin
|
||||
}
|
||||
|
||||
//! Constructor
|
||||
CXBusServiceProxy(QDBusConnection &connection, QObject *parent = nullptr);
|
||||
CXBusServiceProxy(QDBusConnection &connection, QObject *parent = nullptr, bool dummy = false);
|
||||
|
||||
//! Does the remote object exist?
|
||||
bool isValid() const { return m_dbusInterface->isValid(); }
|
||||
|
||||
private:
|
||||
BlackMisc::CGenericDBusInterface *m_dbusInterface = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user