#include <rig.h>
Data Fields | |
int | channel_num |
int | bank_num |
vfo_t | vfo |
int | ant |
freq_t | freq |
rmode_t | mode |
pbwidth_t | width |
freq_t | tx_freq |
rmode_t | tx_mode |
pbwidth_t | tx_width |
split_t | split |
vfo_t | tx_vfo |
rptr_shift_t | rptr_shift |
shortfreq_t | rptr_offs |
shortfreq_t | tuning_step |
shortfreq_t | rit |
shortfreq_t | xit |
setting_t | funcs |
value_t | levels [64] |
tone_t | ctcss_tone |
tone_t | ctcss_sql |
tone_t | dcs_code |
tone_t | dcs_sql |
int | scan_group |
int | flags |
char | channel_desc [30] |
ext_list * | ext_levels |
The channel struct stores all the attributes peculiar to a VFO.
|
Selected antenna |
|
Bank number |
|
Name |
|
Channel number |
|
CTCSS squelch tone |
|
CTCSS tone |
|
DCS code |
|
DCS squelch code |
|
Extension level value list, NULL ended. ext_levels can be NULL |
|
Channel flags, see RIG_CHFLAG's |
|
Receive frequency |
|
Function status |
|
Level values |
|
Receive mode |
|
RIT |
|
Repeater offset |
|
Repeater shift |
|
Scan group |
|
Split mode |
|
Tuning step |
|
Transmit frequency |
|
Transmit mode |
|
Split transmit VFO |
|
Transmit passband width associated with mode |
|
VFO |
|
Receive passband width associated with mode |
|
XIT |