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

Method hasSetFunc

c++/rigclass.cc:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594 return rig_has_get_func(theRig, func)==func;
595}
596bool Rig::hasSetFunc (setting_t func)
597{
598 return rig_has_set_func(theRig, func)==func;
599}
600
601unsigned int Rig::power2mW (float power, freq_t freq, rmode_t mode)
602{

Callers

nothing calls this directly

Calls 1

rig_has_set_funcFunction · 0.85

Tested by

no test coverage detected