Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void Rig::open(void) {
72
CHECK_RIG( rig_open(theRig) );
73
}
74
75
void Rig::close(void) {
76
CHECK_RIG( rig_close(theRig) );
Callers
6
test_with_open
Method · 0.95
test_misc
Method · 0.95
test_startup
Method · 0.95
main
Function · 0.45
test_with_open
Method · 0.45
test_with_open
Method · 0.45
Calls
1
rig_open
Function · 0.85
Tested by
6
test_with_open
Method · 0.76
test_misc
Method · 0.76
test_startup
Method · 0.76
main
Function · 0.36
test_with_open
Method · 0.36
test_with_open
Method · 0.36