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

Function rig_flush

src/misc.c:2297–2306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2295}
2296
2297int HAMLIB_API rig_flush(hamlib_port_t *port)
2298{
2299 // Data should never be flushed when using async I/O
2300 if (port->asyncio)
2301 {
2302 return RIG_OK;
2303 }
2304
2305 return rig_flush_force(port, 0);
2306}
2307
2308
2309static const struct

Callers 15

tapr_cmdFunction · 0.85
barrett_flushFunction · 0.85
wj_transactionFunction · 0.85
simplecat_transactionFunction · 0.85
simplecat_openFunction · 0.85
quisk_transactionFunction · 0.85
netrigctl_transactionFunction · 0.85
write_transactionFunction · 0.85
write_transactionFunction · 0.85
write_transactionFunction · 0.85
write_transactionFunction · 0.85
write_transactionFunction · 0.85

Calls 1

rig_flush_forceFunction · 0.85

Tested by

no test coverage detected