| 413 | } |
| 414 | |
| 415 | shortfreq_t Rig::getTs (vfo_t vfo) |
| 416 | { |
| 417 | shortfreq_t ts; |
| 418 | |
| 419 | CHECK_RIG( rig_get_ts(theRig, vfo, &ts) ); |
| 420 | |
| 421 | return ts; |
| 422 | } |
| 423 | |
| 424 | void Rig::setCTCSS (tone_t tone, vfo_t vfo) |
| 425 | { |
nothing calls this directly
no test coverage detected