mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
Ref T422, functions to toggle/set XPDR mode
This commit is contained in:
@@ -141,6 +141,12 @@ namespace BlackCore
|
||||
//! \copydoc IContextOwnAircraft::updateOwnAircraftPilot
|
||||
virtual bool updateOwnAircraftPilot(const BlackMisc::Network::CUser &pilot) override;
|
||||
|
||||
//! \copydoc IContextOwnAircraft::toggleTransponderMode
|
||||
virtual void toggleTransponderMode() override;
|
||||
|
||||
//! \copydoc IContextOwnAircraft::setTransponderMode
|
||||
virtual bool setTransponderMode(BlackMisc::Aviation::CTransponder::TransponderMode mode) override;
|
||||
|
||||
//! \copydoc IContextOwnAircraft::setAudioOutputVolume
|
||||
virtual void setAudioOutputVolume(int outputVolume) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user