kopia lustrzana https://github.com/Hamlib/Hamlib
add get_ptt for this rig
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@964 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
56ca9308ba
commit
e1d9bad970
|
@ -2,7 +2,7 @@
|
|||
* Hamlib Kenwood backend - TS2000 description
|
||||
* Copyright (c) 2000,2001,2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: ts2000.c,v 1.3 2002-01-03 21:45:03 fillods Exp $
|
||||
* $Id: ts2000.c,v 1.4 2002-02-19 08:30:49 pa4tu 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
|
||||
|
@ -215,6 +215,7 @@ set_vfo: kenwood_set_vfo,
|
|||
get_vfo: kenwood_get_vfo,
|
||||
set_ctcss_tone: kenwood_set_ctcss_tone,
|
||||
get_ctcss_tone: kenwood_get_ctcss_tone,
|
||||
get_ptt: kenwood_get_ptt,
|
||||
set_ptt: kenwood_set_ptt,
|
||||
get_dcd: kenwood_get_dcd,
|
||||
set_func: kenwood_set_func,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib Kenwood backend - TS50 description
|
||||
* Copyright (c) 2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: ts50s.c,v 1.1 2002-01-03 21:41:17 fillods Exp $
|
||||
* $Id: ts50s.c,v 1.2 2002-02-19 08:34:56 pa4tu 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
|
||||
|
@ -177,6 +177,7 @@ set_mode: kenwood_set_mode,
|
|||
get_mode: kenwood_get_mode,
|
||||
set_vfo: kenwood_set_vfo,
|
||||
get_vfo: kenwood_get_vfo,
|
||||
get_ptt: kenwood_get_ptt,
|
||||
set_ptt: kenwood_set_ptt,
|
||||
get_dcd: kenwood_get_dcd,
|
||||
set_func: kenwood_set_func,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib Kenwood backend - TS570 description
|
||||
* Copyright (c) 2001,2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: ts570.c,v 1.5 2002-01-03 21:45:03 fillods Exp $
|
||||
* $Id: ts570.c,v 1.6 2002-02-19 08:32:05 pa4tu 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
|
||||
|
@ -187,6 +187,7 @@ set_vfo: kenwood_set_vfo,
|
|||
get_vfo: kenwood_get_vfo,
|
||||
set_ctcss_tone: kenwood_set_ctcss_tone,
|
||||
get_ctcss_tone: kenwood_get_ctcss_tone,
|
||||
get_ptt: kenwood_get_ptt,
|
||||
set_ptt: kenwood_set_ptt,
|
||||
get_dcd: kenwood_get_dcd,
|
||||
set_func: kenwood_set_func,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib Kenwood backend - TS-790 description
|
||||
* Copyright (c) 2000,2001,2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: ts790.c,v 1.1 2002-01-24 23:35:19 fillods Exp $
|
||||
* $Id: ts790.c,v 1.2 2002-02-19 08:33:08 pa4tu 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
|
||||
|
@ -167,6 +167,7 @@ set_vfo: kenwood_set_vfo,
|
|||
get_vfo: kenwood_get_vfo,
|
||||
set_ctcss_tone: kenwood_set_ctcss_tone,
|
||||
get_ctcss_tone: kenwood_get_ctcss_tone,
|
||||
get_ptt: kenwood_get_ptt,
|
||||
set_ptt: kenwood_set_ptt,
|
||||
get_dcd: kenwood_get_dcd,
|
||||
set_func: kenwood_set_func,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib Kenwood backend - TS950 description
|
||||
* Copyright (c) 2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: ts950.c,v 1.1 2002-01-03 21:41:19 fillods Exp $
|
||||
* $Id: ts950.c,v 1.2 2002-02-19 08:34:01 pa4tu 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
|
||||
|
@ -152,6 +152,7 @@ set_vfo: kenwood_set_vfo,
|
|||
get_vfo: kenwood_get_vfo,
|
||||
set_ctcss_tone: kenwood_set_ctcss_tone,
|
||||
get_ctcss_tone: kenwood_get_ctcss_tone,
|
||||
get_ptt: kenwood_get_ptt,
|
||||
set_ptt: kenwood_set_ptt,
|
||||
get_dcd: kenwood_get_dcd,
|
||||
set_level: kenwood_set_level,
|
||||
|
|
Ładowanie…
Reference in New Issue