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

Method getLevelF

c++/rigclass.cc:223–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223float Rig::getLevelF(setting_t level, vfo_t vfo)
224{
225 value_t val;
226
227 if (!RIG_LEVEL_IS_FLOAT(level))
228 THROW(new RigException (-RIG_EINVAL));
229
230 CHECK_RIG( rig_get_level(theRig, vfo, level, &val) );
231 return val.f;
232}
233
234void Rig::setParm(setting_t parm, int vali)
235{

Callers

nothing calls this directly

Calls 2

THROWFunction · 0.85
rig_get_levelFunction · 0.85

Tested by

no test coverage detected