Waveform now subscribes to slice status messages and sets parameters when a slice enters the waveform mode

This commit is contained in:
Ed Gonzalez 2015-07-30 15:16:02 -05:00
parent 09440809a6
commit dc62823035
2 changed files with 7 additions and 2 deletions

View file

@ -359,6 +359,8 @@ static void* _tc_thread(void* arg)
tc_abort();
}
tc_sendSmartSDRcommand("sub slice all", FALSE, NULL);
/* Initialize UDP connections for TX */
vita_output_Init(_hostname);