Hamlib
3.0.1
|
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 More... | |
const struct confparams * | rig_confparam_lookup (RIG *rig, const char *name) |
lookup a confparam struct More... | |
token_t | rig_token_lookup (RIG *rig, const char *name) |
lookup a token id More... | |
int | rig_set_conf (RIG *rig, token_t token, const char *val) |
set a radio configuration parameter More... | |
int | rig_get_conf (RIG *rig, token_t token, char *val) |
get the value of a configuration parameter More... | |
Rig configuration interface.
Hamlib documentation for version 3.0.1 -- Wed Jan 13 2016 15:05:23
Project page: http://www.hamlib.org