Hamlib  3.3
Data Fields
chan_list Struct Reference

Memory channel list definition. More...

#include <rig.h>

Data Fields

int start
 
int end
 
chan_type_t type
 
channel_cap_t mem_caps
 

Detailed Description

Memory channel list definition.

Example for the Ic706MkIIG (99 memory channels, 2 scan edges, 2 call chans):

{ 1, 99, RIG_MTYPE_MEM },
{ 100, 103, RIG_MTYPE_EDGE },
{ 104, 105, RIG_MTYPE_CALL },
RIG_CHAN_END
}

Field Documentation

◆ end

int chan_list::end

Ending memory channel number

◆ mem_caps

channel_cap_t chan_list::mem_caps

Definition of attributes that can be stored/retrieved

◆ start

int chan_list::start

Starting memory channel number

◆ type

chan_type_t chan_list::type

Memory type. see chan_type_t


The documentation for this struct was generated from the following file:
RIG_MTYPE_MEM
@ RIG_MTYPE_MEM
Definition: rig.h:1098
chan_list
Memory channel list definition.
Definition: rig.h:1121
RIG_MTYPE_EDGE
@ RIG_MTYPE_EDGE
Definition: rig.h:1099
RIG_MTYPE_CALL
@ RIG_MTYPE_CALL
Definition: rig.h:1100

Generated by doxygen 1.8.17

Hamlib documentation for version 3.3 -- Wed Jan 29 2020 00:00:00
Project page: http://www.hamlib.org