mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +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:
@@ -176,6 +176,14 @@ namespace BlackCore
|
||||
//! \remarks only applicable for local object
|
||||
const CContextOwnAircraft *getCContextOwnAircraft() const;
|
||||
|
||||
//! Context for network
|
||||
//! \remarks only applicable for local object
|
||||
CContextNetwork *getCContextNetwork();
|
||||
|
||||
//! Context for network
|
||||
//! \remarks only applicable for local object
|
||||
const CContextNetwork *getCContextNetwork() const;
|
||||
|
||||
//! Context for simulator
|
||||
//! \remarks only applicable for local object
|
||||
CContextSimulator *getCContextSimulator();
|
||||
|
||||
Reference in New Issue
Block a user