* added few other rig models

REM: this enum def sucks, you can't rely on stable model "ids" for backends.
     It would be much more reasonable to use #define instead, and
     having sparse id allocation. For example, all the Yaesu starts at 1000,
     the Kenwood at 2000, the Icoms at 3000, etc. This way, adding a new
     Yaesu model wouldn't mess up with the following models.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@403 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.1
Stéphane Fillod, F8CFE 2001-02-27 23:01:25 +00:00
rodzic 81edd610fe
commit 6a09a63bb0
1 zmienionych plików z 11 dodań i 2 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
* This program defines the list of supported rigs.
*
*
* $Id: riglist.h,v 1.8 2001-02-14 01:05:41 f4cfe Exp $ *
* $Id: riglist.h,v 1.9 2001-02-27 23:01:25 f4cfe Exp $ *
*
*
* This program is free software; you can redistribute it and/or
@ -45,6 +45,7 @@ enum rig_model_e {
RIG_MODEL_FT736R,
RIG_MODEL_FT840,
RIG_MODEL_FT820,
RIG_MODEL_FT900,
RIG_MODEL_FT920,
RIG_MODEL_FT890,
RIG_MODEL_FT990,
@ -120,11 +121,17 @@ enum rig_model_e {
RIG_MODEL_PCR100,
/*
* Optoelectronics
* Optoelectronics (CI-V)
*/
RIG_MODEL_MINISCOUT,
RIG_MODEL_XPLORER,
/*
* TenTec (CI-V)
*/
RIG_MODEL_OMNIVI,
RIG_MODEL_OMNIVIP, /* OMNI-IV+ */
/*
* AOR
*/
@ -142,6 +149,7 @@ enum rig_model_e {
/*
* JRC
*/
RIG_MODEL_JST145,
RIG_MODEL_JST245,
RIG_MODEL_CMH530,
RIG_MODEL_NRD345,
@ -220,6 +228,7 @@ enum rig_model_e {
RIG_MODEL_KWZ30, /* KNEISNER +DOERING */
RIG_MODEL_E1800, /* DASA-Telefunken */
RIG_MODEL_EKD500, /* RFT */
RIG_MODEL_DX77, /* Alinco */
RIG_MODEL_TT550, /* Ten Tec */
RIG_MODEL_RX320,