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

Function main

tests/hamlibmodels.c:26–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26int main()
27{
28 rig_set_debug_level(RIG_DEBUG_NONE);
29 rig_load_all_backends();
30 rig_list_foreach(hash_model_list, NULL);
31 qsort(list, nmodels, sizeof(list) / 1000, mycmp);
32
33 for (int i = 0; i < nmodels; ++i) { printf("%s\n", list[i]); }
34
35 printf("%d models\n", nmodels);
36
37 return 0;
38}

Callers

nothing calls this directly

Calls 2

rig_load_all_backendsFunction · 0.85
rig_list_foreachFunction · 0.85

Tested by

no test coverage detected