From 9ac030bce92d554cd4c76eda53acf392f57b5b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 7 Feb 2001 23:39:37 +0000 Subject: [PATCH] * added WiNRADiO model list git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@341 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- include/hamlib/riglist.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/include/hamlib/riglist.h b/include/hamlib/riglist.h index 25a09d032..398c61130 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.6 2001-01-28 22:13:09 f4cfe Exp $ * + * $Id: riglist.h,v 1.7 2001-02-07 23:39:37 f4cfe Exp $ * * * * This program is free software; you can redistribute it and/or @@ -207,10 +207,17 @@ enum rig_model_e { RIG_MODEL_TRP8000, RIG_MODEL_TRP9000, + /* + * WiNRADiO/LinRADiO, by Rosetta? + */ + RIG_MODEL_WR1000, /* WR-1000i */ + RIG_MODEL_WR1500, /* WR-1500i and WR-1500e */ + RIG_MODEL_WR1550, /* WR-1550e */ + RIG_MODEL_WR3150, /* WR-3150i */ + RIG_MODEL_KWZ30, /* KNEISNER +DOERING */ RIG_MODEL_E1800, /* DASA-Telefunken */ RIG_MODEL_EKD500, /* RFT */ - RIG_MODEL_WINRADIO, /* Rosetta */ RIG_MODEL_TT550, /* Ten Tec */ RIG_MODEL_RX320,