add set_level and get_level

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1155 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Joop Stakenborg, PG4I 2002-09-04 17:43:25 +00:00
rodzic 90de55a61e
commit d0c62a48e5
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS440 description * Hamlib Kenwood backend - TS440 description
* Copyright (c) 2000-2002 by Stephane Fillod * Copyright (c) 2000-2002 by Stephane Fillod
* *
* $Id: ts440.c,v 1.5 2002-09-04 17:32:42 pa4tu Exp $ * $Id: ts440.c,v 1.6 2002-09-04 17:43:25 pa4tu Exp $
* *
* This library is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * it under the terms of the GNU Library General Public License as
@ -160,6 +160,8 @@ const struct rig_caps ts440_caps = {
.get_dcd = kenwood_get_dcd, .get_dcd = kenwood_get_dcd,
.set_func = kenwood_set_func, .set_func = kenwood_set_func,
.get_func = kenwood_get_func, .get_func = kenwood_get_func,
.set_level = kenwood_set_level,
.get_level = kenwood_get_level,
.vfo_op = kenwood_vfo_op, .vfo_op = kenwood_vfo_op,
.set_mem = kenwood_set_mem, .set_mem = kenwood_set_mem,
.get_mem = kenwood_get_mem, .get_mem = kenwood_get_mem,