added new VFO OP

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1523 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Stéphane Fillod, F8CFE 2003-08-25 22:28:52 +00:00
rodzic 912fafa035
commit bea137f3a9
3 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Interface - API header
* Copyright (c) 2000-2003 by Stephane Fillod and Frank Singleton
*
* $Id: rig.h,v 1.84 2003-08-17 22:39:07 fillods Exp $
* $Id: rig.h,v 1.85 2003-08-25 22:28:51 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -427,7 +427,8 @@ typedef enum {
RIG_OP_BAND_DOWN = (1<<8), /*!< Band DOWN */
RIG_OP_LEFT = (1<<9), /*!< LEFT */
RIG_OP_RIGHT = (1<<10),/*!< RIGHT */
RIG_OP_TUNE = (1<<11) /*!< Start tune */
RIG_OP_TUNE = (1<<11),/*!< Start tune */
RIG_OP_TOGGLE = (1<<12) /*!< Toggle VFOA and VFOB */
} vfo_op_t;

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Interface - toolbox
* Copyright (c) 2000-2003 by Stephane Fillod and Frank Singleton
*
* $Id: misc.c,v 1.27 2003-08-17 22:39:07 fillods Exp $
* $Id: misc.c,v 1.28 2003-08-25 22:28:51 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -669,6 +669,7 @@ static struct {
{ RIG_OP_LEFT, "LEFT" },
{ RIG_OP_RIGHT, "RIGHT" },
{ RIG_OP_TUNE, "TUNE" },
{ RIG_OP_TOGGLE, "TOGGLE" },
{ RIG_OP_NONE, NULL },
};

Wyświetl plik

@ -233,7 +233,7 @@ Get memory channel number.
.TP
.B G, vfo_op
Perform VFO operation:
CPY, XCHG, FROM_VFO, TO_VFO, MCL, UP, DOWN, BAND_UP, BAND_DOWN, LEFT, RIGHT, TUNER.
CPY, XCHG, FROM_VFO, TO_VFO, MCL, UP, DOWN, BAND_UP, BAND_DOWN, LEFT, RIGHT, TUNER, TOGGLE.
.TP
.B g, scan_op
Perform scan operation/channel: STOP, MEM, SLCT, PRIO, DELTA, VFO, PLT.