Proxy object connected to a real FGSwiftBus::CTraffic object via DBus.
More...
|
MultiplayerAcquireInfo | acquireMultiplayerPlanes () |
| Returns whether multiplayer planes have been acquired. If not, owner will be set to the plugin that acquired it.
|
|
bool | initialize () |
| Initialize the multiplayer planes rendering and return true if successful.
|
|
void | cleanup () |
| Reverse the actions of initialize().
|
|
void | addPlane (const QString &callsign, const QString &modelName, const QString &aircraftIcao, const QString &airlineIcao, const QString &livery) |
| Introduce a new traffic aircraft.
|
|
void | removePlane (const QString &callsign) |
| Remove a traffic aircraft.
|
|
void | removeAllPlanes () |
| Remove all traffic aircraft.
|
|
void | setPlanesPositions (const swift::simplugin::flightgear::PlanesPositions &planesPositions) |
| Set the position of multiple traffic aircrafts.
|
|
void | setPlanesSurfaces (const swift::simplugin::flightgear::PlanesSurfaces &planesSurfaces) |
| Set the surfaces of multiple traffic aircrafts.
|
|
void | setPlanesTransponders (const swift::simplugin::flightgear::PlanesTransponders &planesTransponders) |
| Set the transponders of multiple traffic aircrafts.
|
|
void | getRemoteAircraftData (const QStringList &callsigns, const RemoteAircraftDataCallback &setter) const |
| Get remote aircrafts data (lat, lon, elevation and CG)
|
|
void | getElevationAtPosition (const swift::misc::aviation::CCallsign &callsign, double latitudeDeg, double longitudeDeg, double altitudeMeters, const ElevationCallback &setter) const |
| Get the ground elevation at an arbitrary position. More...
|
|
|
| CFGSwiftBusTrafficProxy (QDBusConnection &connection, QObject *parent=nullptr, bool dummy=false) |
| Constructor.
|
|
bool | isValid () const |
| Does the remote object exist?
|
|
Proxy object connected to a real FGSwiftBus::CTraffic object via DBus.
Definition at line 152 of file fgswiftbustrafficproxy.h.
◆ getElevationAtPosition
◆ simFrame
void swift::simplugin::flightgear::CFGSwiftBusTrafficProxy::simFrame |
( |
| ) |
|
|
signal |
The documentation for this class was generated from the following files: