MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / getXit

Method getXit

c++/rigclass.cc:535–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535shortfreq_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
544void Rig::setAnt(const value_t option, ant_t ant, vfo_t vfo)
545{

Callers

nothing calls this directly

Calls 1

rig_get_xitFunction · 0.85

Tested by

no test coverage detected