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

Method getSplitFreqMode

c++/rigclass.cc:324–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324freq_t Rig::getSplitFreqMode(rmode_t& mode, pbwidth_t& width, vfo_t vfo) {
325 freq_t freq;
326
327 CHECK_RIG (rig_get_split_freq_mode (theRig, vfo, &freq, &mode, &width));
328
329 return freq;
330}
331
332void Rig::setSplitVFO(split_t split, vfo_t vfo, vfo_t tx_vfo) {
333 CHECK_RIG(rig_set_split_vfo(theRig, vfo, split, tx_vfo));

Callers

nothing calls this directly

Calls 1

rig_get_split_freq_modeFunction · 0.85

Tested by

no test coverage detected