kopia lustrzana https://github.com/Hamlib/Hamlib
follow backend version
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1973 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.4
rodzic
b58eefdbc6
commit
36b714ccd7
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-271 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic271.c,v 1.2 2003-11-16 17:14:42 fillods Exp $
|
||||
* $Id: ic271.c,v 1.3 2005-04-03 19:53:51 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
|
||||
|
@ -56,7 +56,7 @@ const struct rig_caps ic271_caps = {
|
|||
.rig_model = RIG_MODEL_IC271,
|
||||
.model_name = "IC-271",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_UNTESTED,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-275 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic275.c,v 1.6 2003-11-16 17:14:42 fillods Exp $
|
||||
* $Id: ic275.c,v 1.7 2005-04-03 19:53:51 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
|
||||
|
@ -52,7 +52,7 @@ const struct rig_caps ic275_caps = {
|
|||
.rig_model = RIG_MODEL_IC275,
|
||||
.model_name = "IC-275",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_ALPHA,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-471 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic471.c,v 1.2 2003-11-16 17:14:43 fillods Exp $
|
||||
* $Id: ic471.c,v 1.3 2005-04-03 19:53:51 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
|
||||
|
@ -55,7 +55,7 @@ const struct rig_caps ic471_caps = {
|
|||
.rig_model = RIG_MODEL_IC471,
|
||||
.model_name = "IC-471",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_UNTESTED,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-475 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic475.c,v 1.6 2003-11-16 17:14:43 fillods Exp $
|
||||
* $Id: ic475.c,v 1.7 2005-04-03 19:53:51 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
|
||||
|
@ -52,7 +52,7 @@ const struct rig_caps ic475_caps = {
|
|||
.rig_model = RIG_MODEL_IC475,
|
||||
.model_name = "IC-475",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_UNTESTED,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-707
|
||||
* Copyright (c) 2000-2004 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic707.c,v 1.2 2004-02-09 22:06:15 fillods Exp $
|
||||
* $Id: ic707.c,v 1.3 2005-04-03 19:53:51 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
|
||||
|
@ -61,7 +61,7 @@ const struct rig_caps ic707_caps = {
|
|||
.rig_model = RIG_MODEL_IC707,
|
||||
.model_name = "IC-707",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2.1",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_NEW,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-725 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic725.c,v 1.5 2003-11-16 17:14:43 fillods Exp $
|
||||
* $Id: ic725.c,v 1.6 2005-04-03 19:53:51 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
|
||||
|
@ -59,7 +59,7 @@ const struct rig_caps ic725_caps = {
|
|||
.rig_model = RIG_MODEL_IC725,
|
||||
.model_name = "IC-725",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2.1",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_ALPHA,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-726 and variations
|
||||
* Copyright (c) 2000-2004 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic726.c,v 1.4 2004-08-01 21:29:23 fillods Exp $
|
||||
* $Id: ic726.c,v 1.5 2005-04-03 19:53:51 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
|
||||
|
@ -61,7 +61,7 @@ const struct rig_caps ic726_caps = {
|
|||
.rig_model = RIG_MODEL_IC726,
|
||||
.model_name = "IC-726",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2.2",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_STABLE,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-728
|
||||
* Copyright (c) 2000-2004 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic728.c,v 1.1 2004-02-02 22:15:17 fillods Exp $
|
||||
* $Id: ic728.c,v 1.2 2005-04-03 19:53:51 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
|
||||
|
@ -61,7 +61,7 @@ const struct rig_caps ic728_caps = {
|
|||
.rig_model = RIG_MODEL_IC728,
|
||||
.model_name = "IC-728",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2.1",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_NEW,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-735 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic735.c,v 1.6 2003-11-16 17:14:43 fillods Exp $
|
||||
* $Id: ic735.c,v 1.7 2005-04-03 19:53:51 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
|
||||
|
@ -56,7 +56,7 @@ const struct rig_caps ic735_caps = {
|
|||
.rig_model = RIG_MODEL_IC735,
|
||||
.model_name = "IC-735",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_ALPHA,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-736 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic736.c,v 1.4 2003-11-16 17:14:43 fillods Exp $
|
||||
* $Id: ic736.c,v 1.5 2005-04-03 19:53:51 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
|
||||
|
@ -65,7 +65,7 @@ const struct rig_caps ic736_caps = {
|
|||
.rig_model = RIG_MODEL_IC736,
|
||||
.model_name = "IC-736",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_NEW,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-737
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic737.c,v 1.4 2003-11-16 17:24:34 fillods Exp $
|
||||
* $Id: ic737.c,v 1.5 2005-04-03 19:53:51 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
|
||||
|
@ -61,7 +61,7 @@ const struct rig_caps ic737_caps = {
|
|||
.rig_model = RIG_MODEL_IC737,
|
||||
.model_name = "IC-737",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2.1",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_NEW,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-751 and variations
|
||||
* Copyright (c) 2000-2004 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic751.c,v 1.1 2004-05-18 06:55:06 fillods Exp $
|
||||
* $Id: ic751.c,v 1.2 2005-04-03 19:53:51 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
|
||||
|
@ -59,7 +59,7 @@ const struct rig_caps ic751_caps = {
|
|||
.rig_model = RIG_MODEL_IC751,
|
||||
.model_name = "IC-751",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2.0",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_UNTESTED,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-761 and variations
|
||||
* Copyright (c) 2000-2004 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic761.c,v 1.1 2004-03-07 15:49:44 fillods Exp $
|
||||
* $Id: ic761.c,v 1.2 2005-04-03 19:53:51 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
|
||||
|
@ -59,7 +59,7 @@ const struct rig_caps ic761_caps = {
|
|||
.rig_model = RIG_MODEL_IC761,
|
||||
.model_name = "IC-761",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2.0",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_UNTESTED,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-765 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic765.c,v 1.2 2003-11-16 17:14:43 fillods Exp $
|
||||
* $Id: ic765.c,v 1.3 2005-04-03 19:53:51 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
|
||||
|
@ -61,7 +61,7 @@ const struct rig_caps ic765_caps = {
|
|||
.rig_model = RIG_MODEL_IC765,
|
||||
.model_name = "IC-765",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2.1",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_NEW,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-775 and variations
|
||||
* Copyright (c) 2000-2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic775.c,v 1.5 2003-11-16 17:14:43 fillods Exp $
|
||||
* $Id: ic775.c,v 1.6 2005-04-03 19:53:51 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
|
||||
|
@ -58,7 +58,7 @@ const struct rig_caps ic775_caps = {
|
|||
.rig_model = RIG_MODEL_IC775,
|
||||
.model_name = "IC-775",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_UNTESTED,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-781 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic781.c,v 1.2 2003-11-16 17:14:43 fillods Exp $
|
||||
* $Id: ic781.c,v 1.3 2005-04-03 19:53:51 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
|
||||
|
@ -62,7 +62,7 @@ const struct rig_caps ic781_caps = {
|
|||
.rig_model = RIG_MODEL_IC781,
|
||||
.model_name = "IC-781",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2.1",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_NEW,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Contributed by Francois Retief <fgretief@sun.ac.za>
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic821h.c,v 1.5 2003-11-16 17:14:43 fillods Exp $
|
||||
* $Id: ic821h.c,v 1.6 2005-04-03 19:53:51 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
|
||||
|
@ -57,7 +57,7 @@ const struct rig_caps ic821h_caps = {
|
|||
.rig_model = RIG_MODEL_IC821H,
|
||||
.model_name = "IC-821H",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.1",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_ALPHA,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-970 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic970.c,v 1.5 2003-11-16 17:14:43 fillods Exp $
|
||||
* $Id: ic970.c,v 1.6 2005-04-03 19:53:51 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
|
||||
|
@ -52,7 +52,7 @@ const struct rig_caps ic970_caps = {
|
|||
.rig_model = RIG_MODEL_IC970,
|
||||
.model_name = "IC-970",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_UNTESTED,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-R71
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: icr71.c,v 1.1 2003-11-16 16:58:35 fillods Exp $
|
||||
* $Id: icr71.c,v 1.2 2005-04-03 19:53:51 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
|
||||
|
@ -51,7 +51,7 @@ const struct rig_caps icr71_caps = {
|
|||
.rig_model = RIG_MODEL_ICR71,
|
||||
.model_name = "IC-R71",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.2",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_UNTESTED,
|
||||
.rig_type = RIG_TYPE_RECEIVER,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-R75
|
||||
* Copyright (c) 2000-2004 by Stephane Fillod
|
||||
*
|
||||
* $Id: icr75.c,v 1.7 2004-09-06 19:16:28 fineware Exp $
|
||||
* $Id: icr75.c,v 1.8 2005-04-03 19:53:52 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
|
||||
|
@ -105,7 +105,7 @@ const struct rig_caps icr75_caps = {
|
|||
.rig_model = RIG_MODEL_ICR75,
|
||||
.model_name = "IC-R75",
|
||||
.mfg_name = "Icom",
|
||||
.version = "0.3",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_BETA,
|
||||
.rig_type = RIG_TYPE_RECEIVER,
|
||||
|
|
Ładowanie…
Reference in New Issue