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

Method getSplitFreq

c++/rigclass.cc:299–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299freq_t Rig::getSplitFreq(vfo_t vfo)
300{
301 freq_t freq;
302
303 CHECK_RIG( rig_get_split_freq(theRig, vfo, &freq) );
304
305 return freq;
306}
307
308void Rig::setSplitMode(rmode_t mode, pbwidth_t width, vfo_t vfo) {
309 CHECK_RIG(rig_set_split_mode(theRig, vfo, mode, width));

Callers

nothing calls this directly

Calls 1

rig_get_split_freqFunction · 0.85

Tested by

no test coverage detected