| 334 | } |
| 335 | |
| 336 | split_t Rig::getSplitVFO(vfo_t &tx_vfo, vfo_t vfo) { |
| 337 | split_t split; |
| 338 | |
| 339 | CHECK_RIG( rig_get_split_vfo(theRig, vfo, &split, &tx_vfo) ); |
| 340 | |
| 341 | return split; |
| 342 | } |
| 343 | |
| 344 | bool Rig::hasGetLevel (setting_t level) |
| 345 | { |
nothing calls this directly
no test coverage detected