Hamlib  1.2.15
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):

        chan_t chan_list[] = {
                { 1, 99, RIG_MTYPE_MEM  },
                { 100, 103, RIG_MTYPE_EDGE },
                { 104, 105, RIG_MTYPE_CALL },
                RIG_CHAN_END
        }

Field Documentation

Ending memory channel number

Definition of attributes that can be stored/retrieved

Starting memory channel number

Memory type. see chan_type_t


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated by doxygen 1.7.6.1

Hamlib documentation for version 1.2.15 -- Thu Feb 2 2012 21:37:29
Project page: http://www.hamlib.org