Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hamlib/Hamlib
/ dummy_close
Function
dummy_close
rigs/dummy/dummy.c:382–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
}
381
382
static int dummy_close(RIG *rig)
383
{
384
ENTERFUNC;
385
386
usleep(CMDSLEEP);
387
388
RETURNFUNC(RIG_OK);
389
}
390
391
static int dummy_set_conf(RIG *rig, hamlib_token_t token, const char *val)
392
{
Callers
nothing calls this directly
Calls
1
usleep
Function · 0.50
Tested by
no test coverage detected