From e1d9bad9709bc98b5fead70c89f405b4414b6e41 Mon Sep 17 00:00:00 2001 From: "Joop Stakenborg, PG4I" Date: Tue, 19 Feb 2002 08:34:56 +0000 Subject: [PATCH] add get_ptt for this rig git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@964 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/ts2000.c | 3 ++- kenwood/ts50s.c | 3 ++- kenwood/ts570.c | 3 ++- kenwood/ts790.c | 3 ++- kenwood/ts950.c | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/kenwood/ts2000.c b/kenwood/ts2000.c index 8a0a2c9da..2b7595e69 100644 --- a/kenwood/ts2000.c +++ b/kenwood/ts2000.c @@ -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, diff --git a/kenwood/ts50s.c b/kenwood/ts50s.c index 979faf01a..b85d556c4 100644 --- a/kenwood/ts50s.c +++ b/kenwood/ts50s.c @@ -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, diff --git a/kenwood/ts570.c b/kenwood/ts570.c index b890e1950..596945598 100644 --- a/kenwood/ts570.c +++ b/kenwood/ts570.c @@ -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, diff --git a/kenwood/ts790.c b/kenwood/ts790.c index b30f76ff7..09b8b9571 100644 --- a/kenwood/ts790.c +++ b/kenwood/ts790.c @@ -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, diff --git a/kenwood/ts950.c b/kenwood/ts950.c index d1cad83c1..b539ee1fb 100644 --- a/kenwood/ts950.c +++ b/kenwood/ts950.c @@ -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,