#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 |
|
Combo type |
|
< Combo list |
|
Default value |
|
Human readable label |
|
Maximum value |
|
< Minimum value |
|
< Numeric type |
|
Param name, no spaces allowed |
|
Step |
|
Conf param token ID |
|
Hint on the parameter |
|
Type of the parameter |
|
Type union |