Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hamlib/Hamlib
/ setFreq
Method
setFreq
c++/rigclass.cc:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
110
111
void Rig::setFreq(freq_t freq, vfo_t vfo) {
112
CHECK_RIG( rig_set_freq(theRig, vfo, freq) );
113
}
114
115
freq_t Rig::getFreq(vfo_t vfo)
116
{
Callers
1
main
Function · 0.45
Calls
1
rig_set_freq
Function · 0.85
Tested by
1
main
Function · 0.36