MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / resetFIFO

Function resetFIFO

src/fifo.c:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void resetFIFO(FIFO_RIG *fifo)
40{
41 rig_debug(RIG_DEBUG_TRACE, "%s: fifo flushed\n", __func__);
42 fifo->head = fifo->tail;
43 fifo->flush = 1;
44}
45
46// returns RIG_OK if added
47// return -RIG error if overflow

Callers 2

rig_stop_morseFunction · 0.85
morse_data_handlerFunction · 0.85

Calls 1

rig_debugFunction · 0.85

Tested by

no test coverage detected