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

Method setConf

c++/rigclass.cc:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void Rig::setConf(hamlib_token_t token, const char *val)
80{
81 CHECK_RIG( rig_set_conf(theRig, token, val) );
82}
83void Rig::setConf(const char *name, const char *val)
84{
85 CHECK_RIG( rig_set_conf(theRig, tokenLookup(name), val) );

Callers 1

mainFunction · 0.45

Calls 1

rig_set_confFunction · 0.85

Tested by 1

mainFunction · 0.36