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

Method getRptrShift

c++/rigclass.cc:387–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387rptr_shift_t Rig::getRptrShift (vfo_t vfo)
388{
389 rptr_shift_t rptr_shift;
390
391 CHECK_RIG( rig_get_rptr_shift(theRig, vfo, &rptr_shift) );
392
393 return rptr_shift;
394}
395
396void Rig::setRptrOffs (shortfreq_t rptr_offs, vfo_t vfo)
397{

Callers

nothing calls this directly

Calls 1

rig_get_rptr_shiftFunction · 0.85

Tested by

no test coverage detected