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

Method getSplitMode

c++/rigclass.cc:312–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312rmode_t Rig::getSplitMode(pbwidth_t& width, vfo_t vfo) {
313 rmode_t mode;
314
315 CHECK_RIG( rig_get_split_mode(theRig, vfo, &mode, &width) );
316
317 return mode;
318}
319
320void Rig::setSplitFreqMode(freq_t tx_freq, rmode_t mode, pbwidth_t width, vfo_t vfo) {
321 CHECK_RIG (rig_set_split_freq_mode (theRig, vfo, tx_freq, mode, width));

Callers

nothing calls this directly

Calls 1

rig_get_split_modeFunction · 0.85

Tested by

no test coverage detected