mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
[AFV] Ref T739, unified callsign functions in CAfvClient
* improved CallsignSet from QStringList * renamed the functions which just return a string * added functions for CCallsignSet
This commit is contained in:
@@ -62,8 +62,10 @@ namespace BlackCore
|
||||
//! Clean
|
||||
void clear();
|
||||
|
||||
//! Add samples @{
|
||||
void addOpusSamples(const IAudioDto &audioDto, float distanceRatio);
|
||||
void addSilentSamples(const IAudioDto &audioDto);
|
||||
//! @}
|
||||
|
||||
//! Callsign in use
|
||||
bool inUse() const;
|
||||
|
||||
Reference in New Issue
Block a user