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

Method setXit

c++/rigclass.cc:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530void Rig::setXit(shortfreq_t xit, vfo_t vfo)
531{
532 CHECK_RIG(rig_set_xit(theRig, vfo, xit));
533}
534
535shortfreq_t Rig::getXit(vfo_t vfo)
536{

Callers

nothing calls this directly

Calls 1

rig_set_xitFunction · 0.85

Tested by

no test coverage detected