| 351 | } |
| 352 | |
| 353 | bool Rig::hasGetParm (setting_t parm) |
| 354 | { |
| 355 | return rig_has_get_parm(theRig, parm) == parm; |
| 356 | } |
| 357 | bool Rig::hasSetParm (setting_t parm) |
| 358 | { |
| 359 | return rig_has_set_parm(theRig, parm) == parm; |
nothing calls this directly
no test coverage detected