#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_ext_level_foreach (RIG *rig, int(*cfunc)(RIG *, const struct confparams *, char *), char *data) |
Executes cfunc on all the elements stored in the extlevels table. | |
int | rig_ext_parm_foreach (RIG *rig, int(*cfunc)(RIG *, const struct confparams *, char *), char *data) |
Executes cfunc on all the elements stored in the extparms table. | |
confparams * | rig_ext_lookup (RIG *rig, const char *name) |
lookup ext token by its name, return pointer to confparams struct. | |
confparams * | rig_ext_lookup_tok (RIG *rig, token_t token) |
lookup ext token, return pointer to confparams struct. | |
token_t | rig_ext_token_lookup (RIG *rig, const char *name) |
Simple lookup returning token id assicated with name. |
An open-ended set of extension parameters and levels are available for each rig, as provided in the rigcaps extparms and extlevels lists. These provide a way to work with rig-specific functions that don't fit into the basic "virtual rig" of Hamlib. See icom/ic746.c for an example.
Hamlib documentation for version 1.2.6.2 -- Tue Sep 25 06:52:02 2007
Project page: http://hamlib.org