mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Remote Input: added option to join a multicast group. Implements #611
This commit is contained in:
@@ -129,6 +129,8 @@ private slots:
|
||||
void on_apiPort_returnPressed();
|
||||
void on_dataAddress_returnPressed();
|
||||
void on_dataPort_returnPressed();
|
||||
void on_multicastAddress_returnPressed();
|
||||
void on_multicastJoin_toggled(bool checked);
|
||||
void on_startStop_toggled(bool checked);
|
||||
void on_eventCountsReset_clicked(bool checked);
|
||||
void updateHardware();
|
||||
|
||||
Reference in New Issue
Block a user