Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hamlib/Hamlib
/ setRit
Method
setRit
c++/rigclass.cc:516–519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
514
515
516
void Rig::setRit(shortfreq_t rit, vfo_t vfo)
517
{
518
CHECK_RIG(rig_set_rit(theRig, vfo, rit));
519
}
520
521
shortfreq_t Rig::getRit(vfo_t vfo)
522
{
Callers
nothing calls this directly
Calls
1
rig_set_rit
Function · 0.85
Tested by
no test coverage detected