rig_caps Struct Reference
Rig data structure.
More...
#include <rig.h>
Detailed Description
Rig data structure.
Basic rig type, can store some useful * info about different radios. Each lib must be able to populate this structure, so we can make useful enquiries about capablilities.
The main idea of this struct is that it will be defined by the backend rig driver, and will remain readonly for the application. Fields that need to be modifiable by the application are copied into the struct rig_state, which is a kind of private of the RIG instance. This way, you can have several rigs running within the same application, sharing the struct rig_caps of the backend, while keeping their own customized data. NB: don't move fields around, as backend depends on it when initializing their caps.
Field Documentation
|
Preamp list in dB, 0 terminated |
|
Configuration parametres. |
|
Max lenght of memory channel name |
|
CTCSS tones list, zero ended |
|
DCS code list, zero ended |
|
mode/filter table, at -6dB |
|
level granularity (i.e. steps) |
|
parm granularity (i.e. steps) |
|
Type of communication port. |
|
Delay between each commands send out, in ms |
|
Preamp list in dB, 0 terminated |
|
Maximum number of retries if command fails, 0 to disable |
|
Receive frequency range list for ITU region 1 |
|
Receive frequency range list for ITU region 2 |
|
S-meter calibration table |
|
Bit field list of direct VFO access commands |
|
Supported transceive mode |
|
Transmit frequency range list for ITU region 1 |
|
Transmit frequency range list for ITU region 2 |
|
Delay between each byte sent out, in ms |
The documentation for this struct was generated from the following file:
Generated on Sat Sep 30 15:49:37 2006 for Hamlib - the C library reference by
1.4.4