[Hamlib-cvs-digest] CVS: hamlib/ft747 ft747.h,1.16,1.17
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Frank S. <jav...@us...> - 2000-12-09 02:03:30
|
Update of /cvsroot/hamlib/hamlib/ft747 In directory slayer.i.sourceforge.net:/tmp/cvs-serv20726 Modified Files: ft747.h Log Message: some new defines for FT747_VFO_A/B Index: ft747.h =================================================================== RCS file: /cvsroot/hamlib/hamlib/ft747/ft747.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** ft747.h 2000/12/07 02:34:56 1.16 --- ft747.h 2000/12/09 02:03:26 1.17 *************** *** 111,114 **** --- 111,120 ---- + /* + * Local VFO CMD's, according to spec + */ + + #define FT747_VFO_A 0x00 + #define FT747_VFO_B 0x01 *************** *** 137,141 **** unsigned char pacing; /* pacing value */ unsigned int read_update_delay; /* depends on pacing value */ ! unsigned char current_vfo; /* active VFO from last cmd */ unsigned char p_cmd[FT747_CMD_LENGTH]; /* private copy of constructed CAT cmd */ unsigned char update_data[FT747_STATUS_UPDATE_DATA_LENGTH]; /* returned data */ --- 143,147 ---- unsigned char pacing; /* pacing value */ unsigned int read_update_delay; /* depends on pacing value */ ! unsigned char current_vfo; /* active VFO from last cmd , can be either RIG_VFO_A or RIG_VFO_B only */ unsigned char p_cmd[FT747_CMD_LENGTH]; /* private copy of constructed CAT cmd */ unsigned char update_data[FT747_STATUS_UPDATE_DATA_LENGTH]; /* returned data */ |