| 479 | |
| 480 | |
| 481 | void 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 | |
| 486 | bool Rig::getFunc (setting_t func, vfo_t vfo) |
| 487 | { |
nothing calls this directly
no test coverage detected