API: Added RX.GET_CALL_SELECTED
This commit is contained in:
parent
60c0f24ef8
commit
9815c4dde9
@ -9231,6 +9231,7 @@ void MainWindow::networkMessage(Message const &message)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// RX.GET_CALL_ACTIVITY
|
// RX.GET_CALL_ACTIVITY
|
||||||
|
// RX.GET_CALL_SELECTED
|
||||||
// RX.GET_BAND_ACTIVITY
|
// RX.GET_BAND_ACTIVITY
|
||||||
// RX.GET_TEXT
|
// RX.GET_TEXT
|
||||||
|
|
||||||
@ -9248,6 +9249,11 @@ void MainWindow::networkMessage(Message const &message)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(type == "RX.GET_CALL_SELECTED"){
|
||||||
|
sendNetworkMessage("RX.CALL_SELECTED", callsignSelected());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if(type == "RX.GET_BAND_ACTIVITY"){
|
if(type == "RX.GET_BAND_ACTIVITY"){
|
||||||
QMap<QString, QVariant> offsets;
|
QMap<QString, QVariant> offsets;
|
||||||
foreach(auto offset, m_bandActivity.keys()){
|
foreach(auto offset, m_bandActivity.keys()){
|
||||||
|
Loading…
Reference in New Issue
Block a user