mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Check which voice channel is allocated to COM1
ref T328
This commit is contained in:
committed by
Klaus Basan
parent
dbbc459dbc
commit
1e16203d04
@@ -18,6 +18,7 @@
|
||||
#include "blackcore/corefacadeconfig.h"
|
||||
#include "blackcore/audio/audiosettings.h"
|
||||
#include "blackcore/voicechannel.h"
|
||||
#include "blackcore/audiomixer.h"
|
||||
#include "blackmisc/audio/audiodeviceinfolist.h"
|
||||
#include "blackmisc/audio/notificationsounds.h"
|
||||
#include "blackmisc/audio/voiceroom.h"
|
||||
@@ -154,6 +155,7 @@ namespace BlackCore
|
||||
|
||||
QList<QSharedPointer<IVoiceChannel>> m_unusedVoiceChannels;
|
||||
QHash<BlackMisc::Aviation::CComSystem::ComUnit, QSharedPointer<IVoiceChannel>> m_voiceChannelMapping;
|
||||
QHash<QSharedPointer<IVoiceChannel>, IAudioMixer::OutputPort> m_voiceChannelOutputPortMapping;
|
||||
BlackSound::CSelcalPlayer *m_selcalPlayer = nullptr;
|
||||
|
||||
// settings
|
||||
|
||||
Reference in New Issue
Block a user