#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <hamlib/rig.h>
#include "token.h"
Functions | |
int | rig_token_foreach (RIG *rig, int(*cfunc)(const struct confparams *, char *), char *data) |
call a function against each configuration token of a rig | |
const struct confparams * | rig_confparam_lookup (RIG *rig, const char *name) |
lookup a confparam struct | |
token_t | rig_token_lookup (RIG *rig, const char *name) |
lookup a token id | |
int | rig_set_conf (RIG *rig, token_t token, const char *val) |
set a radio configuration parameter | |
int | rig_get_conf (RIG *rig, token_t token, char *val) |
get the value of a configuration parameter |
|
lookup a confparam struct
|
|
get the value of a configuration parameter
|
|
set a radio configuration parameter
|
|
call a function against each configuration token of a rig
|
|
lookup a token id
|