Hamlib
1.2.15
|
Rig configuration interface. More...
#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 |
Rig configuration interface.
Hamlib documentation for version 1.2.15 -- Thu Feb 2 2012 21:37:28
Project page: http://www.hamlib.org