Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hamlib/Hamlib
/ setPowerStat
Method
setPowerStat
c++/rigclass.cc:649–652 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
647
648
649
void Rig::setPowerStat (powerstat_t status)
650
{
651
CHECK_RIG( rig_set_powerstat(theRig, status) );
652
}
653
654
powerstat_t Rig::getPowerStat (void)
655
{
Callers
nothing calls this directly
Calls
1
rig_set_powerstat
Function · 0.85
Tested by
no test coverage detected