[AFV] Displayed sync. (integrated with COM unit) flag in cockpit

This commit is contained in:
Klaus Basan
2020-03-25 00:33:34 +01:00
committed by Mat Sutcliffe
parent 1b2f470cd6
commit 7d4e897b88
7 changed files with 47 additions and 11 deletions

View File

@@ -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);