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

Method reset

c++/ampclass.cc:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void Amplifier::reset (amp_reset_t reset)
100{
101 CHECK_AMP( amp_reset(theAmp, reset) );
102}
103
104void Amplifier::setFreq(freq_t freq) {
105 CHECK_AMP( amp_set_freq(theAmp, freq) );

Callers

nothing calls this directly

Calls 1

amp_resetFunction · 0.85

Tested by

no test coverage detected