git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@996 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-03-05 20:23:44 +00:00
rodzic 42dc6b21b5
commit e30a9e2fe6
3 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
TSSRCLIST = ts870s.c ts570.c ts450s.c ts2000.c ts950.c ts50s.c \
TSSRCLIST = ts850.c ts870s.c ts570.c ts450s.c ts2000.c ts950.c ts50s.c \
ts790.c thd7.c thf7.c
lib_LTLIBRARIES = libhamlib-kenwood.la

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - main file
* Copyright (c) 2000,2001,2002 by Stephane Fillod
*
* $Id: kenwood.c,v 1.32 2002-02-27 20:21:02 pa4tu Exp $
* $Id: kenwood.c,v 1.33 2002-03-05 20:23:44 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
@ -1227,6 +1227,7 @@ int initrigs_kenwood(void *be_handle)
rig_register(&ts570d_caps);
rig_register(&ts570s_caps);
rig_register(&ts790_caps);
rig_register(&ts850_caps);
rig_register(&ts870s_caps);
rig_register(&ts2000_caps);
rig_register(&thd7a_caps);

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Kenwood backend - main header
* Copyright (c) 2000,2001,2002 by Stephane Fillod
* Copyright (c) 2000-2002 by Stephane Fillod
*
* $Id: kenwood.h,v 1.19 2002-02-18 18:26:08 pa4tu Exp $
* $Id: kenwood.h,v 1.20 2002-03-05 20:23:44 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
@ -77,6 +77,7 @@ extern const struct rig_caps ts450s_caps;
extern const struct rig_caps ts570d_caps;
extern const struct rig_caps ts570s_caps;
extern const struct rig_caps ts790_caps;
extern const struct rig_caps ts850_caps;
extern const struct rig_caps ts870s_caps;
extern const struct rig_caps ts2000_caps;
extern const struct rig_caps thd7a_caps;