[AFV] Add method to read all aliased HF stations

ref T729
This commit is contained in:
Roland Rossgotterer
2019-09-19 21:54:40 +02:00
committed by Mat Sutcliffe
parent 4a578110b0
commit 8b1fb1baca
6 changed files with 83 additions and 3 deletions

View File

@@ -64,6 +64,8 @@ namespace BlackCore
void updateTransceivers(const QString &callsign, const QVector<TransceiverDto> &transceivers);
QVector<StationDto> getAllAliasedStations();
signals:
void audioReceived(const AudioRxOnTransceiversDto &dto);