From 6a09a63bb0cc0fe9f33045de78ca95740b35664e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Tue, 27 Feb 2001 23:01:25 +0000 Subject: [PATCH] * 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 --- include/hamlib/riglist.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/include/hamlib/riglist.h b/include/hamlib/riglist.h index 4d0a85429..131494067 100644 --- a/include/hamlib/riglist.h +++ b/include/hamlib/riglist.h @@ -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,