Hamlib  3.0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
chan_list Struct Reference

Memory channel list definition. More...

#include <rig.h>

Collaboration diagram for chan_list:
Collaboration graph
[legend]

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

int chan_list::end

Ending memory channel number

channel_cap_t chan_list::mem_caps

Definition of attributes that can be stored/retrieved

int chan_list::start

Starting memory channel number

chan_type_t chan_list::type

Memory type. see chan_type_t


The documentation for this struct was generated from the following file:

Generated by doxygen 1.8.8

Hamlib documentation for version 3.0.1 -- Wed Jan 13 2016 15:05:23
Project page: http://www.hamlib.org