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

Function main

tests/testrigopen.c:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int main(int argc, char *argv[])
51{
52 RIG rig;
53 printf("testing rig timeouts when rig powered off\n");
54
55 /* Turn off backend debugging output */
56 rig_set_debug_level(RIG_DEBUG_NONE);
57 rig_load_all_backends();
58 rig_list_foreach(callback, &rig);
59 return 0;
60}

Callers

nothing calls this directly

Calls 2

rig_load_all_backendsFunction · 0.85
rig_list_foreachFunction · 0.85

Tested by

no test coverage detected