![]() |
Hamlib
4.3
|
Rig state containing live data and customized fields. More...
#include <rig.h>
Rig state containing live data and customized fields.
This struct contains live data, as well as a copy of capability fields that may be updated (ie. customized)
It is NOT fine to move fields around as it can break share library offset As of 2021-03-03 vfo_list is the last known item being reference externally So any additions or changes to this structure must be after vfo_list.
ann_t rig_state::announces |
Announces bit field list
int rig_state::attenuator[HAMLIB_MAXDBLSTSIZ] |
Preamp list in dB, 0 terminated
int rig_state::auto_disable_screensaver |
Allow Hamlib to disable the rig's screen saver automatically if supported
int rig_state::auto_power_off |
Allow Hamlib to power off rig automatically if supported
int rig_state::auto_power_on |
Allow Hamlib to power on rig automatically if supported
chan_t rig_state::chan_list[HAMLIB_CHANLSTSIZ] |
Channel list, zero ended
int rig_state::comm_state |
Comm port state, opened/closed.
freq_t rig_state::current_freq |
Frequency currently set
rmode_t rig_state::current_mode |
Mode currently set
vfo_t rig_state::current_vfo |
VFO currently set
pbwidth_t rig_state::current_width |
Passband width currently set
hamlib_port_t rig_state::dcdport |
DCD port (internal use).
int rig_state::deprecated_itu_region |
ITU region to select among freq_range_t
unsigned char rig_state::disable_yaesu_bandselect |
Disables Yaeus band select logic
struct filter_list rig_state::filters[HAMLIB_FLTLSTSIZ] |
Mode/filter table, at -6dB
setting_t rig_state::has_get_func |
List of get functions
setting_t rig_state::has_get_level |
List of get level
setting_t rig_state::has_get_parm |
List of get parm
setting_t rig_state::has_set_func |
List of set functions
setting_t rig_state::has_set_level |
List of set level
setting_t rig_state::has_set_parm |
List of set parm
int rig_state::hold_decode |
set to 1 to hold the event decoder (async) otherwise 0
gran_t rig_state::level_gran[64] |
level granularity
freq_t rig_state::lo_freq |
Local oscillator frequency of any transverter
shortfreq_t rig_state::max_ifshift |
max absolute IF-SHIFT
shortfreq_t rig_state::max_rit |
max absolute RIT
shortfreq_t rig_state::max_xit |
max absolute XIT
rmode_t rig_state::mode_list |
Complete list of modes for this rig
rig_ptr_t rig_state::obj |
Internal use by hamlib++ for event handling.
gran_t rig_state::parm_gran[64] |
parm granularity
int rig_state::poll_interval |
Event notification polling period in milliseconds
int rig_state::power_max |
Maximum RF power level in rig units
int rig_state::power_min |
Minimum RF power level in rig units
int rig_state::power_now |
Current RF power level in rig units
int rig_state::preamp[HAMLIB_MAXDBLSTSIZ] |
Preamp list in dB, 0 terminated
rig_ptr_t rig_state::priv |
Pointer to private rig state data.
int rig_state::ptt_share |
Share ptt port by open/close during get_ptt, set_ptt hogs the port while active
hamlib_port_t rig_state::pttport |
PTT port (internal use).
hamlib_port_t rig_state::rigport |
Rig port (internal use).
freq_range_t rig_state::rx_range_list[HAMLIB_FRQRANGESIZ] |
Receive frequency range list
cal_table_t rig_state::str_cal |
S-meter calibration table
int rig_state::transceive |
Whether the transceive mode is on
int rig_state::transmit |
rig should be transmitting i.e. hard wired PTT asserted - used by rigs that don't do CAT while in Tx
struct tuning_step_list rig_state::tuning_steps[HAMLIB_TSLSTSIZ] |
Tuning step list
int rig_state::twiddle_rit |
Suppresses VFOB reading (cached value used) so RIT control can be used
int rig_state::twiddle_state |
keeps track of twiddle status
time_t rig_state::twiddle_time |
time when vfo twiddling was detected
int rig_state::twiddle_timeout |
timeout to resume from twiddling
freq_range_t rig_state::tx_range_list[HAMLIB_FRQRANGESIZ] |
Transmit frequency range list
vfo_t rig_state::tx_vfo |
Tx VFO currently set
int rig_state::uplink |
uplink=1 will not read Sub, uplink=2 will not read Main
double rig_state::vfo_comp |
VFO compensation in PPM, 0.0 to disable
int rig_state::vfo_list |
Complete list of VFO for this rig
int rig_state::vfo_opt |
Is -o switch turned on?