#include <rig.h>
Data Fields | |
int | start |
int | end |
chan_type_t | type |
channel_cap_t | mem_caps |
Example for the Ic706MkIIG (99 memory channels, 2 scan edges, 2 call chans):
chan_t chan_list[] = { { 1, 99, RIG_MTYPE_MEM }, { 100, 103, RIG_MTYPE_EDGE }, { 104, 105, RIG_MTYPE_CALL }, RIG_CHAN_END }
int chan_list::start |
Starting memory channel number
int chan_list::end |
Ending memory channel number
Memory type. see chan_type_t
Definition of attributes that can be stored/retrieved
Hamlib documentation for version 1.2.8 -- Mon Dec 15 18:03:30 2008
Project page: http://hamlib.org