| 330 | } |
| 331 | |
| 332 | void Rig::setSplitVFO(split_t split, vfo_t vfo, vfo_t tx_vfo) { |
| 333 | CHECK_RIG(rig_set_split_vfo(theRig, vfo, split, tx_vfo)); |
| 334 | } |
| 335 | |
| 336 | split_t Rig::getSplitVFO(vfo_t &tx_vfo, vfo_t vfo) { |
| 337 | split_t split; |
nothing calls this directly
no test coverage detected