[Hamlib-developer] RIG_SCAN_RESUME_ON/OFF was Re: Hamlib-cvs-digest digest, Vol 1 #282 - 1 msg
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <f4...@fr...> - 2002-03-01 10:03:37
|
On Thu, Feb 28, 2002, ham...@li... wrote: > > 1. CVS: hamlib/include/hamlib rig.h,1.60,1.61 (Francois Retief) [...] > *************** > *** 360,363 **** > --- 360,365 ---- > #define RIG_SCAN_PROG (1L<<3) /* Programmed(edge) scan */ > #define RIG_SCAN_DELTA (1L<<4) /* delta-f scan */ > + #define RIG_SCAN_RESUME_ON (1L<<5) /* Scan resume ON (IC-910H) */ > + #define RIG_SCAN_RESUME_OFF (1L<<6) /* Scan resume OFF (IC-910H) */ > Francois, don't you think it should be RIG_FUNC_RESUME instead ? s. |