| 306 | } |
| 307 | |
| 308 | void Rig::setSplitMode(rmode_t mode, pbwidth_t width, vfo_t vfo) { |
| 309 | CHECK_RIG(rig_set_split_mode(theRig, vfo, mode, width)); |
| 310 | } |
| 311 | |
| 312 | rmode_t Rig::getSplitMode(pbwidth_t& width, vfo_t vfo) { |
| 313 | rmode_t mode; |
nothing calls this directly
no test coverage detected