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

Function print_model_list

tests/ampctl_parse.c:1557–1571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1555}
1556
1557static void print_model_list()
1558{
1559 struct mod_lst *s;
1560
1561 for (s = models; s != NULL; s = (struct mod_lst *)(s->hh.next))
1562 {
1563 printf("%6u %-23s%-24s%-16s%-14s%s\n",
1564 s->id,
1565 s->mfg_name,
1566 s->model_name,
1567 s->version,
1568 s->status,
1569 s->macro_name);
1570 }
1571}
1572
1573
1574void list_models()

Callers 1

list_modelsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected