added RIG_FUNC_TUNER and RIG_OP_TUNE

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1415 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2003-03-24 23:07:10 +00:00
rodzic f22658f011
commit 531eff3146
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Interface - toolbox
* Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton
* Copyright (c) 2000-2003 by Stephane Fillod and Frank Singleton
*
* $Id: misc.c,v 1.24 2003-01-06 22:08:45 fillods Exp $
* $Id: misc.c,v 1.25 2003-03-24 23:07:10 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
@ -520,12 +520,12 @@ static struct {
{ RIG_FUNC_SQL, "SQL" },
{ RIG_FUNC_BC, "BC" },
{ RIG_FUNC_MBC, "MBC" },
{ RIG_FUNC_LMP, "LMP" },
{ RIG_FUNC_AFC, "AFC" },
{ RIG_FUNC_SATMODE, "SATMODE" },
{ RIG_FUNC_SCOPE, "SCOPE" },
{ RIG_FUNC_RESUME, "RESUME" },
{ RIG_FUNC_TBURST, "TBURST" },
{ RIG_FUNC_TUNER, "TUNER" },
{ RIG_FUNC_NONE, NULL },
};
@ -667,6 +667,7 @@ static struct {
{ RIG_OP_BAND_DOWN, "BAND_DOWN" },
{ RIG_OP_LEFT, "LEFT" },
{ RIG_OP_RIGHT, "RIGHT" },
{ RIG_OP_TUNE, "TUNE" },
{ RIG_OP_NONE, NULL },
};