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

Function init_sync_data_pipe

src/iofunc.c:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61static void init_sync_data_pipe(hamlib_port_t *p)
62{
63 p->sync_data_pipe = NULL;
64 p->sync_data_error_pipe = NULL;
65}
66
67static void close_sync_data_pipe(hamlib_port_t *p)
68{

Callers 1

port_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected