mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Marked deprecated functions in proxy (doxygen)
This commit is contained in:
@@ -100,13 +100,13 @@ namespace BlackSimPlugin
|
|||||||
//! \copydoc XSwiftBus::CTraffic::removeAllPlanes
|
//! \copydoc XSwiftBus::CTraffic::removeAllPlanes
|
||||||
void removeAllPlanes();
|
void removeAllPlanes();
|
||||||
|
|
||||||
//! \copydoc XSwiftBus::CTraffic::addPlanePosition
|
//! \deprecated XSwiftBus::CTraffic::addPlanePosition
|
||||||
void addPlanePosition(const QString &callsign, double latitude, double longitude, double altitude, double pitch, double roll, double heading, qint64 relativeTime, qint64 timeOffset);
|
void addPlanePosition(const QString &callsign, double latitude, double longitude, double altitude, double pitch, double roll, double heading, qint64 relativeTime, qint64 timeOffset);
|
||||||
|
|
||||||
//! \copydoc XSwiftBus::CTraffic::setPlanePosition
|
//! \copydoc XSwiftBus::CTraffic::setPlanePosition
|
||||||
void setPlanePosition(const QString &callsign, double latitude, double longitude, double altitude, double pitch, double roll, double heading);
|
void setPlanePosition(const QString &callsign, double latitude, double longitude, double altitude, double pitch, double roll, double heading);
|
||||||
|
|
||||||
//! \copydoc XSwiftBus::CTraffic::addPlaneSurfaces
|
//! \deprecated XSwiftBus::CTraffic::addPlaneSurfaces
|
||||||
void addPlaneSurfaces(const QString &callsign, double gear, double flap, double spoiler, double speedBrake, double slat, double wingSweep, double thrust,
|
void addPlaneSurfaces(const QString &callsign, double gear, double flap, double spoiler, double speedBrake, double slat, double wingSweep, double thrust,
|
||||||
double elevator, double rudder, double aileron, bool landLight, bool beaconLight, bool strobeLight, bool navLight, int lightPattern, bool onGround, qint64 relativeTime, qint64 timeOffset);
|
double elevator, double rudder, double aileron, bool landLight, bool beaconLight, bool strobeLight, bool navLight, int lightPattern, bool onGround, qint64 relativeTime, qint64 timeOffset);
|
||||||
|
|
||||||
@@ -117,7 +117,7 @@ namespace BlackSimPlugin
|
|||||||
//! \copydoc XSwiftBus::CTraffic::setPlaneTransponder
|
//! \copydoc XSwiftBus::CTraffic::setPlaneTransponder
|
||||||
void setPlaneTransponder(const QString &callsign, int code, bool modeC, bool ident);
|
void setPlaneTransponder(const QString &callsign, int code, bool modeC, bool ident);
|
||||||
|
|
||||||
//! \copydoc XSwiftBus::CTraffic::setInterpolatorMode
|
//! \deprecated XSwiftBus::CTraffic::setInterpolatorMode
|
||||||
void setInterpolatorMode(const QString &callsign, bool spline);
|
void setInterpolatorMode(const QString &callsign, bool spline);
|
||||||
|
|
||||||
//! \copydoc XSwiftBus::CTraffic::requestRemoteAircraftData
|
//! \copydoc XSwiftBus::CTraffic::requestRemoteAircraftData
|
||||||
|
|||||||
Reference in New Issue
Block a user