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

Method setMode

c++/rigclass.cc:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void Rig::setMode(rmode_t mode, pbwidth_t width, vfo_t vfo) {
125 CHECK_RIG(rig_set_mode(theRig, vfo, mode, width));
126}
127
128rmode_t Rig::getMode(pbwidth_t& width, vfo_t vfo) {
129 rmode_t mode;

Callers

nothing calls this directly

Calls 1

rig_set_modeFunction · 0.85

Tested by

no test coverage detected