mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
refs #262, fix update of aircraft position
Described here (3): https://dev.vatsim-germany.org/boards/22/topics/1792?r=1801#message-1801 * Also renamed: setOwnAircraftAvionics -> setOwnCockpit to be consistent * Removed outdated methods
This commit is contained in:
@@ -295,19 +295,22 @@ namespace BlackCore
|
||||
|
||||
/*!
|
||||
* Set the position and altitude of our own aircraft.
|
||||
* \deprecated No longer needed with own aircraft context, only used in client sample
|
||||
*/
|
||||
virtual void setOwnAircraftPosition(const BlackMisc::Geo::CCoordinateGeodetic &position, const BlackMisc::Aviation::CAltitude &altitude) = 0;
|
||||
|
||||
/*!
|
||||
* Set the position, altitude, orientation, and miscellaneous state of our own aircraft.
|
||||
* \deprecated No longer needed with own aircraft context, only used in client sample
|
||||
*/
|
||||
virtual void setOwnAircraftSituation(const BlackMisc::Aviation::CAircraftSituation &situation) = 0;
|
||||
|
||||
/*!
|
||||
* Set the COM frequencies and transponder code and mode of our own aircraft.
|
||||
* \deprecated No longer needed with own aircraft context, only used in client sample
|
||||
*/
|
||||
virtual void setOwnAircraftAvionics(const BlackMisc::Aviation::CComSystem &com1, const BlackMisc::Aviation::CComSystem &com2,
|
||||
const BlackMisc::Aviation::CTransponder &transponder) = 0;
|
||||
virtual void setOwnCockpit(const BlackMisc::Aviation::CComSystem &com1, const BlackMisc::Aviation::CComSystem &com2,
|
||||
const BlackMisc::Aviation::CTransponder &transponder) = 0;
|
||||
|
||||
//! @}
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user