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

Method getRit

c++/rigclass.cc:521–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521shortfreq_t Rig::getRit(vfo_t vfo)
522{
523 shortfreq_t rit;
524
525 CHECK_RIG( rig_get_rit(theRig, vfo, &rit) );
526
527 return rit;
528}
529
530void Rig::setXit(shortfreq_t xit, vfo_t vfo)
531{

Callers

nothing calls this directly

Calls 1

rig_get_ritFunction · 0.85

Tested by

no test coverage detected