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