Home
last modified time | relevance | path

Searched refs:tx_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
49 open_one_input_file(inputf, "Tx", filename, &tx_f); in open_input_files()
57 if ((RSSI_f == NULL) && (tx_f == NULL) && (rx_f == NULL)) { in open_input_files()
63 if (tx_f !=NULL) in close_input_files()
64 fclose(tx_f); in close_input_files()
73 if (!tx_f) { in read_next_tx()
75 } else if (feof(tx_f)) { in read_next_tx()
76 fclose(tx_f); in read_next_tx()
77 tx_f = NULL; in read_next_tx()
84 read = fscanf(tx_f, in read_next_tx()
[all …]