reflect backend change

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2006 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.5
Stéphane Fillod, F8CFE 2005-04-10 21:57:13 +00:00
rodzic 5a29fae120
commit 138fad8ba7
10 zmienionych plików z 22 dodań i 20 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Alinco backend - DX77 description
* Copyright (c) 2001-2005 by Stephane Fillod
*
* $Id: dx77.c,v 1.14 2005-04-03 19:35:41 fillods Exp $
* $Id: dx77.c,v 1.15 2005-04-10 21:57:13 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
@ -79,7 +79,7 @@ const struct rig_caps dx77_caps = {
.rig_model = RIG_MODEL_DX77,
.model_name = "DX-77",
.mfg_name = "Alinco",
.version = "0.5",
.version = "0.6",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_TRANSCEIVER,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Drake backend - main header
* Copyright (c) 2001-2004 by Stephane Fillod
*
* $Id: drake.h,v 1.7 2004-09-05 00:32:57 fineware Exp $
* $Id: drake.h,v 1.8 2005-04-10 21:57:13 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
@ -25,6 +25,8 @@
#include <hamlib/rig.h>
#define BACKEND_VER "0.4"
struct drake_priv_data {
int curr_ch;
};

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Drake backend - R-8A description
* Copyright (c) 2001-2004 by Stephane Fillod
*
* $Id: r8a.c,v 1.6 2004-09-05 00:32:57 fineware Exp $
* $Id: r8a.c,v 1.7 2005-04-10 21:57:13 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
@ -87,7 +87,7 @@ const struct rig_caps r8a_caps = {
.rig_model = RIG_MODEL_DKR8A,
.model_name = "R-8A",
.mfg_name = "Drake",
.version = "0.3",
.version = BACKEND_VER,
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_RECEIVER,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Drake backend - R-8B description
* Copyright (c) 2001-2004 by Stephane Fillod
*
* $Id: r8b.c,v 1.10 2004-09-05 00:32:57 fineware Exp $
* $Id: r8b.c,v 1.11 2005-04-10 21:57:13 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
@ -87,7 +87,7 @@ const struct rig_caps r8b_caps = {
.rig_model = RIG_MODEL_DKR8B,
.model_name = "R-8B",
.mfg_name = "Drake",
.version = "0.3",
.version = BACKEND_VER,
.copyright = "LGPL",
.status = RIG_STATUS_UNTESTED,
.rig_type = RIG_TYPE_RECEIVER,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib JRC backend - main header
* Copyright (c) 2001-2004 by Stephane Fillod
*
* $Id: jrc.h,v 1.11 2005-04-03 19:57:46 fillods Exp $
* $Id: jrc.h,v 1.12 2005-04-10 21:57:13 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
@ -25,7 +25,7 @@
#include <hamlib/rig.h>
#define BACKEND_VER "0.4"
#define BACKEND_VER "0.5"
struct jrc_priv_caps {
int max_freq_len;

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - IC-10 header
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: ic10.h,v 1.3 2005-04-03 20:14:26 fillods Exp $
* $Id: ic10.h,v 1.4 2005-04-10 21:57:13 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
@ -23,7 +23,7 @@
#ifndef _IC10_H
#define _IC10_H 1
#define IC10_VER "0.5"
#define IC10_VER "0.6"
int ic10_transaction (RIG *rig, const char *cmd, int cmd_len, char *data, int *data_len);
int ic10_set_vfo(RIG *rig, vfo_t vfo);

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Lowe backend - HF-235 description
* Copyright (c) 2003 by Stephane Fillod
*
* $Id: hf235.c,v 1.2 2003-10-01 19:31:59 fillods Exp $
* $Id: hf235.c,v 1.3 2005-04-10 21:57:13 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 hf235_caps = {
.rig_model = RIG_MODEL_HF235,
.model_name = "HF-235",
.mfg_name = "Lowe",
.version = "0.1",
.version = "0.2",
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA, /* and only basic support */
.rig_type = RIG_TYPE_RECEIVER,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib PCR backend - main header
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: pcr.h,v 1.10 2005-04-03 20:18:30 fillods Exp $
* $Id: pcr.h,v 1.11 2005-04-10 21:57:13 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
@ -23,7 +23,7 @@
#ifndef _PCR_H
#define _PCR_H 1
#define BACKEND_VER "0.2"
#define BACKEND_VER "0.3"
struct pcr_priv_data {
freq_t last_freq;

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib RFT backend - EKD-500 description
* Copyright (c) 2003-2005 by Thomas B. Ruecker
*
* $Id: ekd500.c,v 1.2 2005-01-25 07:30:35 fillods Exp $
* $Id: ekd500.c,v 1.3 2005-04-10 21:57:13 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
@ -54,7 +54,7 @@ const struct rig_caps ekd500_caps = {
.rig_model = RIG_MODEL_EKD500,
.model_name = "EKD-500",
.mfg_name = "RFT",
.version = "0.2",
.version = "0.3",
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA,
.rig_type = RIG_TYPE_RECEIVER,

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Skanti backend - TRP8000 description
* Copyright (c) 2004 by Stephane Fillod
* Copyright (c) 2004-2005 by Stephane Fillod
*
* $Id: trp8000.c,v 1.1 2004-08-18 18:51:24 fillods Exp $
* $Id: trp8000.c,v 1.2 2005-04-10 21:57:13 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
@ -54,7 +54,7 @@ const struct rig_caps trp8000_caps = {
.rig_model = RIG_MODEL_TRP8000,
.model_name = "TRP8000",
.mfg_name = "Skanti",
.version = "0.1",
.version = "0.2",
.copyright = "LGPL",
.status = RIG_STATUS_UNTESTED,
.rig_type = RIG_TYPE_TRANSCEIVER,