Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hamlib/Hamlib
/ open
Method
open
c++/ampclass.cc:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void Amplifier::open(void) {
61
CHECK_AMP( amp_open(theAmp) );
62
}
63
64
void Amplifier::close(void) {
65
CHECK_AMP( amp_close(theAmp) );
Callers
nothing calls this directly
Calls
1
amp_open
Function · 0.85
Tested by
no test coverage detected