| 594 | return rig_has_get_func(theRig, func)==func; |
| 595 | } |
| 596 | bool Rig::hasSetFunc (setting_t func) |
| 597 | { |
| 598 | return rig_has_set_func(theRig, func)==func; |
| 599 | } |
| 600 | |
| 601 | unsigned int Rig::power2mW (float power, freq_t freq, rmode_t mode) |
| 602 | { |
nothing calls this directly
no test coverage detected