6 #ifndef SWIFT_MISC_SIMULATION_XPLANE_XSWIFTBUSCONFIGWRITER_H
7 #define SWIFT_MISC_SIMULATION_XPLANE_XSWIFTBUSCONFIGWRITER_H
13 namespace swift::misc::simulation::xplane
25 void setDBusAddress(
const QString &dBusAddress);
28 void setDebugMode(
bool on);
31 void setTcasEnabled(
bool on);
34 void updateInAllXPlaneVersions();
37 void updateInXPlane9();
40 void updateInXPlane10();
43 void updateInXPlane11();
46 void writeTo(
const QString &filePath);
49 QString m_dbusMode =
"p2p";
50 QString m_dbusAddress =
"127.0.0.1";
51 QString m_dbusPort =
"45001";
xswiftbus configuration file writer
#define SWIFT_MISC_EXPORT
Export a class or function from the library.