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

Method setSplitFreqMode

c++/rigclass.cc:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));
322}
323
324freq_t Rig::getSplitFreqMode(rmode_t& mode, pbwidth_t& width, vfo_t vfo) {
325 freq_t freq;

Callers

nothing calls this directly

Calls 1

rig_set_split_freq_modeFunction · 0.85

Tested by

no test coverage detected