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

Function if

rigs/dummy/netrigctl.c:738–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736
737#if 0 // for the future
738 else if (strcmp(setting, "has_set_trn") == 0)
739 {
740 int has = strtol(value, NULL, 0);
741
742 if (!has) { rig->caps->set_trn = NULL; }
743 }
744 else if (strcmp(setting, "has_get_trn") == 0)
745 {
746 int has = strtol(value, NULL, 0);

Callers

nothing calls this directly

Calls 4

rig_debugFunction · 0.85
parse_array_doubleFunction · 0.85
parse_array_intFunction · 0.85
rig_idx2settingFunction · 0.85

Tested by

no test coverage detected