confparams Struct Reference
[Rig (transceiver) API]

Configuration parameter structure. More...

#include <rig.h>


Data Fields

token_t token
const char * name
const char * label
const char * tooltip
const char * dflt
enum rig_conf_e type
union {
   struct {
      float   min
      float   max
      float   step
   }   n
   struct {
      const char *   combostr [8]
   }   c
u


Detailed Description

Configuration parameter structure.

Field Documentation

Conf param token ID

const char* confparams::name

Param name, no spaces allowed

const char* confparams::label

Human readable label

const char* confparams::tooltip

Hint on the parameter

const char* confparams::dflt

Default value

Type of the parameter

< Minimum value

Maximum value

Step

struct { ... } confparams::n

< Numeric type

const char* confparams::combostr[8]

< Combo list

struct { ... } confparams::c

Combo type

union { ... } confparams::u

Type union


The documentation for this struct was generated from the following file:

Hamlib documentation for version 1.2.8 -- Mon Dec 15 18:03:30 2008
Project page: http://hamlib.org