MCPcopy 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
60void Amplifier::open(void) {
61 CHECK_AMP( amp_open(theAmp) );
62}
63
64void Amplifier::close(void) {
65 CHECK_AMP( amp_close(theAmp) );

Callers

nothing calls this directly

Calls 1

amp_openFunction · 0.85

Tested by

no test coverage detected