From 77610f2326533b464efe1ac36e47e5e064ff37c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Fri, 16 May 2003 16:31:46 +0000 Subject: [PATCH] allow ptt and dcd operation over RPC git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1473 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- rpcrig/rpcrig_backend.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rpcrig/rpcrig_backend.c b/rpcrig/rpcrig_backend.c index 7239af36e..8dd097896 100644 --- a/rpcrig/rpcrig_backend.c +++ b/rpcrig/rpcrig_backend.c @@ -2,7 +2,7 @@ * Hamlib RPC backend - main file * Copyright (c) 2001-2003 by Stephane Fillod * - * $Id: rpcrig_backend.c,v 1.15 2003-04-22 19:31:47 fillods Exp $ + * $Id: rpcrig_backend.c,v 1.16 2003-05-16 16:31:46 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 @@ -163,6 +163,8 @@ static int rpcrig_init(RIG *rig) priv = (struct rpcrig_priv_data*)rig->state.priv; rig->state.rigport.type.rig = RIG_PORT_RPC; + rig->state.pttport.type.ptt = RIG_PTT_RIG; + rig->state.dcdport.type.dcd = RIG_DCD_RIG; strcpy(rig->state.rigport.pathname, "localhost"); priv->prognum = RIGPROG;