#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 | |
| 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 | |
Hamlib documentation for version 1.2.7 -- Wed Aug 27 00:43:32 2008
Project page: http://hamlib.org