mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-09 00:03:46 +00:00
Add '--ip=' command line param to restrict which radio the waveform connects to in a multi-radio environment
This commit is contained in:
parent
17bf4b036a
commit
504ef71d99
5 changed files with 56 additions and 9 deletions
|
|
@ -45,7 +45,7 @@ typedef struct _radio
|
|||
|
||||
} radioType, *Radio;
|
||||
|
||||
void dc_Init(void);
|
||||
void dc_Init(const char * radio_ip);
|
||||
void dc_Exit(void);
|
||||
|
||||
void printRadio(Radio radio);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue