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

Method getResolution

c++/rigclass.cc:576–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574
575
576shortfreq_t Rig::getResolution (rmode_t mode)
577{
578 shortfreq_t res;
579
580 res = rig_get_resolution(theRig, mode);
581 if (res < 0)
582 THROW(new RigException (res));
583
584 return res;
585}
586
587void Rig::reset (reset_t reset)
588{

Callers

nothing calls this directly

Calls 2

rig_get_resolutionFunction · 0.85
THROWFunction · 0.85

Tested by

no test coverage detected