| 318 | } |
| 319 | |
| 320 | void Rig::setSplitFreqMode(freq_t tx_freq, rmode_t mode, pbwidth_t width, vfo_t vfo) { |
| 321 | CHECK_RIG (rig_set_split_freq_mode (theRig, vfo, tx_freq, mode, width)); |
| 322 | } |
| 323 | |
| 324 | freq_t Rig::getSplitFreqMode(rmode_t& mode, pbwidth_t& width, vfo_t vfo) { |
| 325 | freq_t freq; |
nothing calls this directly
no test coverage detected