![]() |
Hamlib 4.6.5
|
Configuration parameter structure. More...
#include <rig.h>
Data Fields | ||
| hamlib_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 [RIG_COMBO_MAX] | ||
| } c | ||
| } | u | |
Configuration parameter structure.
| struct { ... } confparams::c |
Combo type
| const char* confparams::combostr[RIG_COMBO_MAX] |
< Combo list
| const char* confparams::dflt |
Default value
| const char* confparams::label |
Human readable label
| float confparams::max |
Maximum value
| float confparams::min |
< Minimum value
| struct { ... } confparams::n |
< Numeric type
| const char* confparams::name |
Param name, no spaces allowed
| float confparams::step |
Step
| hamlib_token_t confparams::token |
Conf param token ID
| const char* confparams::tooltip |
Hint on the parameter
| enum rig_conf_e confparams::type |
Type of the parameter
| union { ... } confparams::u |
Type union