MCPcopy 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
649void Rig::setPowerStat (powerstat_t status)
650{
651 CHECK_RIG( rig_set_powerstat(theRig, status) );
652}
653
654powerstat_t Rig::getPowerStat (void)
655{

Callers

nothing calls this directly

Calls 1

rig_set_powerstatFunction · 0.85

Tested by

no test coverage detected