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

Method getSplitVFO

c++/rigclass.cc:336–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336split_t Rig::getSplitVFO(vfo_t &tx_vfo, vfo_t vfo) {
337 split_t split;
338
339 CHECK_RIG( rig_get_split_vfo(theRig, vfo, &split, &tx_vfo) );
340
341 return split;
342}
343
344bool Rig::hasGetLevel (setting_t level)
345{

Callers

nothing calls this directly

Calls 1

rig_get_split_vfoFunction · 0.85

Tested by

no test coverage detected