mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
[AFV] Displayed sync. (integrated with COM unit) flag in cockpit
This commit is contained in:
committed by
Mat Sutcliffe
parent
1b2f470cd6
commit
7d4e897b88
@@ -129,6 +129,10 @@ namespace BlackCore
|
||||
void restartAudio();
|
||||
//! @}
|
||||
|
||||
//! Is integrated with COM unit
|
||||
//! \threadsafe
|
||||
bool isComUnitIntegrated() const { return m_integratedComUnit; }
|
||||
|
||||
//! The device's volume 0..1 @{
|
||||
double getDeviceInputVolume() const;
|
||||
bool setDeviceInputVolume(double volume);
|
||||
|
||||
Reference in New Issue
Block a user