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

Method setSplitVFO

c++/rigclass.cc:332–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));
334}
335
336split_t Rig::getSplitVFO(vfo_t &tx_vfo, vfo_t vfo) {
337 split_t split;

Callers

nothing calls this directly

Calls 1

rig_set_split_vfoFunction · 0.85

Tested by

no test coverage detected