Home
last modified time | relevance | path

Searched refs:rx_f (Results 1 – 1 of 1) sorted by relevance

/babblesim_ext_2G4_device_playback-latest/src/
Dbs_playback_main.c22 static FILE* tx_f= NULL, *rx_f= NULL, *RSSI_f = NULL; variable
46 open_one_input_file(inputf, "Rx", filename, &rx_f); in open_input_files()
57 if ((RSSI_f == NULL) && (tx_f == NULL) && (rx_f == NULL)) { in open_input_files()
65 if (rx_f !=NULL) in close_input_files()
66 fclose(rx_f); in close_input_files()
136 if ( !rx_f ){ in read_next_rx()
138 } else if (feof(rx_f)) { in read_next_rx()
139 fclose(rx_f); in read_next_rx()
140 rx_f = NULL; in read_next_rx()
147 read = fscanf(rx_f, in read_next_rx()
[all …]