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

Function hash_model_list

tests/rotctl_parse.c:1628–1639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1626}
1627
1628static int hash_model_list(const struct rot_caps *caps, void *data)
1629{
1630
1631 hash_add_model(caps->rot_model,
1632 caps->mfg_name,
1633 caps->model_name,
1634 caps->version,
1635 rig_strstatus(caps->status),
1636 caps->macro_name);
1637
1638 return 1; /* !=0, we want them all ! */
1639}
1640
1641static void print_model_list()
1642{

Callers

nothing calls this directly

Calls 2

rig_strstatusFunction · 0.85
hash_add_modelFunction · 0.70

Tested by

no test coverage detected