* added new RIG_MODEL_DUMMY; NB RIG_MODEL_FT847 constant is no more equal to 0

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@382 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Stéphane Fillod, F8CFE 2001-02-14 01:05:41 +00:00
parent 3f7c07e6ce
commit b901a320c8

View File

@ -4,7 +4,7 @@
* This program defines the list of supported rigs. * This program defines the list of supported rigs.
* *
* *
* $Id: riglist.h,v 1.7 2001-02-07 23:39:37 f4cfe Exp $ * * $Id: riglist.h,v 1.8 2001-02-14 01:05:41 f4cfe Exp $ *
* *
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
@ -28,10 +28,12 @@
enum rig_model_e { enum rig_model_e {
RIG_MODEL_DUMMY = 0,
/* /*
* Yaesu * Yaesu
*/ */
RIG_MODEL_FT847 = 0, RIG_MODEL_FT847,
RIG_MODEL_FT1000, RIG_MODEL_FT1000,
RIG_MODEL_FT1000D, RIG_MODEL_FT1000D,
RIG_MODEL_FT1000MP, RIG_MODEL_FT1000MP,