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

Method setSplitMode

c++/rigclass.cc:308–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void Rig::setSplitMode(rmode_t mode, pbwidth_t width, vfo_t vfo) {
309 CHECK_RIG(rig_set_split_mode(theRig, vfo, mode, width));
310}
311
312rmode_t Rig::getSplitMode(pbwidth_t& width, vfo_t vfo) {
313 rmode_t mode;

Callers

nothing calls this directly

Calls 1

rig_set_split_modeFunction · 0.85

Tested by

no test coverage detected