Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
freq_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_freq
Function · 0.85
Tested by
no test coverage detected