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

Method setFunc

c++/rigclass.cc:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479
480
481void Rig::setFunc (setting_t func, bool status, vfo_t vfo)
482{
483 CHECK_RIG( rig_set_func(theRig, vfo, func, status? 1:0) );
484}
485
486bool Rig::getFunc (setting_t func, vfo_t vfo)
487{

Callers

nothing calls this directly

Calls 1

rig_set_funcFunction · 0.85

Tested by

no test coverage detected