| 533 | } |
| 534 | |
| 535 | shortfreq_t Rig::getXit(vfo_t vfo) |
| 536 | { |
| 537 | shortfreq_t xit; |
| 538 | |
| 539 | CHECK_RIG( rig_get_xit(theRig, vfo, &xit) ); |
| 540 | |
| 541 | return xit; |
| 542 | } |
| 543 | |
| 544 | void Rig::setAnt(const value_t option, ant_t ant, vfo_t vfo) |
| 545 | { |
nothing calls this directly
no test coverage detected