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

Function print_model_list

tests/rotctl_parse.c:1641–1655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1639}
1640
1641static void print_model_list()
1642{
1643 struct mod_lst *s;
1644
1645 for (s = models; s != NULL; s = (struct mod_lst *)(s->hh.next))
1646 {
1647 printf("%6d %-23s%-24s%-16s%-14s%s\n",
1648 s->id,
1649 s->mfg_name,
1650 s->model_name,
1651 s->version,
1652 s->status,
1653 s->macro_name);
1654 }
1655}
1656
1657
1658void list_models()

Callers 1

list_modelsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected