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

Function dumpconf

tests/dumpcaps.c:1285–1291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283
1284
1285int dumpconf(RIG *rig, FILE *fout)
1286{
1287 fprintf(fout, "model: %s\n", rig->caps->model_name);
1288 rig_token_foreach(rig, print_conf_list, (rig_ptr_t)rig);
1289
1290 return 0;
1291}
1292
1293int dumpconf_list(RIG *rig, FILE *fout)
1294{

Callers 2

mainFunction · 0.85
rigctl_parse.cFile · 0.85

Calls 1

rig_token_foreachFunction · 0.85

Tested by

no test coverage detected