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

Method getFreq

c++/ampclass.cc:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108freq_t Amplifier::getFreq()
109{
110 freq_t freq;
111
112 CHECK_AMP( amp_get_freq(theAmp, &freq) );
113
114 return freq;
115}
116

Callers

nothing calls this directly

Calls 1

amp_get_freqFunction · 0.85

Tested by

no test coverage detected