Hamlib  1.2.15
Data Fields
confparams Struct Reference

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

struct { ... } confparams::c

Combo type

const char* confparams::combostr[8]

< Combo list

const char* confparams::dflt

Default value

const char* confparams::label

Human readable label

Maximum value

< Minimum value

struct { ... } confparams::n

< Numeric type

const char* confparams::name

Param name, no spaces allowed

Step

Conf param token ID

const char* confparams::tooltip

Hint on the parameter

Type of the parameter

union { ... } confparams::u

Type union


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated by doxygen 1.7.6.1

Hamlib documentation for version 1.2.15 -- Thu Feb 2 2012 21:37:29
Project page: http://www.hamlib.org