kopia lustrzana https://github.com/Hamlib/Hamlib
added TS-790
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@907 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
c606e1824c
commit
f2e080ee7b
|
@ -1,5 +1,5 @@
|
|||
TSSRCLIST = ts870s.c ts570.c ts450s.c ts2000.c ts950.c ts50s.c \
|
||||
thd7.c thf7.c
|
||||
ts790.c thd7.c thf7.c
|
||||
|
||||
lib_LTLIBRARIES = libhamlib-kenwood.la
|
||||
libhamlib_kenwood_la_SOURCES = $(TSSRCLIST) kenwood.c th.c
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib Kenwood backend - main file
|
||||
* Copyright (c) 2000,2001,2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: kenwood.c,v 1.29 2002-01-19 18:56:00 fillods Exp $
|
||||
* $Id: kenwood.c,v 1.30 2002-01-24 23:36:54 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
|
||||
|
@ -1197,6 +1197,7 @@ int initrigs_kenwood(void *be_handle)
|
|||
rig_register(&ts450s_caps);
|
||||
rig_register(&ts570d_caps);
|
||||
rig_register(&ts570s_caps);
|
||||
rig_register(&ts790_caps);
|
||||
rig_register(&ts870s_caps);
|
||||
rig_register(&ts2000_caps);
|
||||
rig_register(&thd7a_caps);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib Kenwood backend - main header
|
||||
* Copyright (c) 2000,2001,2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: kenwood.h,v 1.17 2002-01-07 17:51:52 fgretief Exp $
|
||||
* $Id: kenwood.h,v 1.18 2002-01-24 23:36:54 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
|
||||
|
@ -75,6 +75,7 @@ extern const struct rig_caps ts50s_caps;
|
|||
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 ts870s_caps;
|
||||
extern const struct rig_caps ts2000_caps;
|
||||
extern const struct rig_caps thd7a_caps;
|
||||
|
|
Ładowanie…
Reference in New Issue