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

Method open

c++/rigclass.cc:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void Rig::open(void) {
72 CHECK_RIG( rig_open(theRig) );
73}
74
75void Rig::close(void) {
76 CHECK_RIG( rig_close(theRig) );

Callers 6

test_with_openMethod · 0.95
test_miscMethod · 0.95
test_startupMethod · 0.95
mainFunction · 0.45
test_with_openMethod · 0.45
test_with_openMethod · 0.45

Calls 1

rig_openFunction · 0.85

Tested by 6

test_with_openMethod · 0.76
test_miscMethod · 0.76
test_startupMethod · 0.76
mainFunction · 0.36
test_with_openMethod · 0.36
test_with_openMethod · 0.36