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

Method hasGetParm

c++/rigclass.cc:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353bool Rig::hasGetParm (setting_t parm)
354{
355 return rig_has_get_parm(theRig, parm) == parm;
356}
357bool Rig::hasSetParm (setting_t parm)
358{
359 return rig_has_set_parm(theRig, parm) == parm;

Callers

nothing calls this directly

Calls 1

rig_has_get_parmFunction · 0.85

Tested by

no test coverage detected