mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Ref T412, Ref T227, own aircraft positions and state detection
* keep history of own positions * detect moved aircraft * relay signals via proxy
This commit is contained in:
@@ -102,9 +102,18 @@ namespace BlackCore
|
||||
//! Own pilot (aka the swift user) changed
|
||||
void changedPilot(const BlackMisc::Network::CUser &pilot);
|
||||
|
||||
//! Changed aircraft model
|
||||
void changedModel(const BlackMisc::Simulation::CAircraftModel &model);
|
||||
|
||||
//! Aircraft has been moved from one location to another (changed scenery)
|
||||
void movedAircraft();
|
||||
|
||||
//! Just airborne
|
||||
void airborne();
|
||||
|
||||
//! Just landed
|
||||
void touchdown();
|
||||
|
||||
public slots:
|
||||
//! Get own aircraft
|
||||
virtual BlackMisc::Simulation::CSimulatedAircraft getOwnAircraft() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user