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

Method scan

c++/rigclass.cc:505–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505void Rig::scan (scan_t scan, int ch, vfo_t vfo)
506{
507 CHECK_RIG( rig_scan(theRig, vfo, scan, ch) );
508}
509
510bool Rig::hasScan (scan_t scan)
511{

Callers 2

test_miscMethod · 0.95
rig_scanFunction · 0.80

Calls 1

rig_scanFunction · 0.85

Tested by 1

test_miscMethod · 0.76