[Hamlib-cvs-digest] CVS: hamlib/include/hamlib rig.h,1.11,1.12
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f4...@us...> - 2001-01-05 18:21:34
|
Update of /cvsroot/hamlib/hamlib/include/hamlib In directory usw-pr-cvs1:/tmp/cvs-serv1764 Modified Files: rig.h Log Message: * added targetable_vfo field in caps Index: rig.h =================================================================== RCS file: /cvsroot/hamlib/hamlib/include/hamlib/rig.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** rig.h 2000/12/05 22:01:03 1.11 --- rig.h 2001/01/05 18:21:39 1.12 *************** *** 47,50 **** --- 47,51 ---- #define RIG_ETRUNC 10 /* Command performed, but arg truncated */ #define RIG_ENAVAIL 11 /* function not available */ + #define RIG_ENTARGET 12 /* VFO not targetable */ *************** *** 395,398 **** --- 396,400 ---- setting_t has_level; /* bitwise OR'ed RIG_LEVEL_* */ setting_t has_set_level; /* bitwise OR'ed RIG_LEVEL_* */ + int targetable_vfo; int chan_qty; /* number of channels */ #if 0 *************** *** 531,534 **** --- 533,537 ---- int transceive; /* wether the transceive mode is on */ int hold_decode;/* set to 1 to hold the event decoder (async) otherwise 0 */ + int current_vfo; /* * Pointer to private data |