Home
last modified time | relevance | path

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

/babblesim_ext_2G4_device_playback-latest/src/
Dbs_playback_main.c79 int read; in read_next_tx() local
84 read = fscanf(tx_f, in read_next_tx()
111 if (read < 9) { in read_next_tx()
112 if ((read > 0) || !feof(tx_f)) //otherwise it was probably an empty trailing line in read_next_tx()
142 int read; in read_next_rx() local
147 read = fscanf(rx_f, in read_next_rx()
177 if ( read < 12 ){ in read_next_rx()
178 if ( ( read > 0 ) || !feof(rx_f) ) //otherwise it was probably an empty trailing line in read_next_rx()
179 bs_trace_warning_line("Corrupted input Rx file disabling it (%i %i)\n",read, feof(rx_f)); in read_next_rx()
200 int read; in read_next_RSSI() local
[all …]