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

Function port_wait_for_data

src/iofunc.c:776–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776static int port_wait_for_data(hamlib_port_t *p, int direct)
777{
778 if (direct)
779 {
780 return port_wait_for_data_direct(p);
781 }
782
783 return port_wait_for_data_sync_pipe(p);
784}
785
786int HAMLIB_API write_block_sync(hamlib_port_t *p, const unsigned char *txbuffer,
787 size_t count)

Callers 2

read_block_genericFunction · 0.85
read_string_genericFunction · 0.85

Calls 5

port_selectFunction · 0.85
rig_debugFunction · 0.85

Tested by

no test coverage detected