MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / getPowerStat

Method getPowerStat

c++/rigclass.cc:654–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654powerstat_t Rig::getPowerStat (void)
655{
656 powerstat_t status;
657
658 CHECK_RIG( rig_get_powerstat(theRig, &status) );
659
660 return status;
661}
662
663rmode_t Rig::RngRxModes (freq_t freq)
664{

Callers

nothing calls this directly

Calls 1

rig_get_powerstatFunction · 0.85

Tested by

no test coverage detected