kopia lustrzana https://github.com/Hamlib/Hamlib
misc update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1299 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
077a49e7e6
commit
aeb4d70336
31
src/rig.c
31
src/rig.c
|
@ -1,19 +1,8 @@
|
||||||
/**
|
|
||||||
* \file src/rig.c
|
|
||||||
* \ingroup rig
|
|
||||||
* \brief Ham Radio Control Libraries interface
|
|
||||||
* \author Stephane Fillod
|
|
||||||
* \author Frank Singleton
|
|
||||||
* \date 2000-2002
|
|
||||||
*
|
|
||||||
* Hamlib interface is a frontend implementing wrapper functions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Hamlib Interface - main file
|
* Hamlib Interface - main file
|
||||||
* Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton
|
* Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton
|
||||||
*
|
*
|
||||||
* $Id: rig.c,v 1.64 2002-11-04 22:21:41 fillods Exp $
|
* $Id: rig.c,v 1.65 2002-11-28 22:32:42 fillods 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
|
||||||
|
@ -31,6 +20,18 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \file src/rig.c
|
||||||
|
* \ingroup rig
|
||||||
|
* \brief Ham Radio Control Libraries interface
|
||||||
|
* \author Stephane Fillod
|
||||||
|
* \author Frank Singleton
|
||||||
|
* \date 2000-2002
|
||||||
|
*
|
||||||
|
* Hamlib interface is a frontend implementing wrapper functions.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*! \page rig Rig (radio) interface
|
/*! \page rig Rig (radio) interface
|
||||||
*
|
*
|
||||||
* Although the word rig can stand for lot of thinfs, we are
|
* Although the word rig can stand for lot of thinfs, we are
|
||||||
|
@ -1921,7 +1922,11 @@ int rig_get_ts(RIG *rig, vfo_t vfo, shortfreq_t *ts)
|
||||||
* \param vfo The target VFO
|
* \param vfo The target VFO
|
||||||
* \param ant The anntena to select
|
* \param ant The anntena to select
|
||||||
*
|
*
|
||||||
* Sets the current antenna.
|
* Select the antenna connector.
|
||||||
|
\code
|
||||||
|
rig_set_ant(rig, RIG_VFO_CURR, RIG_ANT_1); // apply to both TX&RX
|
||||||
|
rig_set_ant(rig, RIG_VFO_RX, RIG_ANT_2);
|
||||||
|
\endcode
|
||||||
*
|
*
|
||||||
* \return RIG_OK if the operation has been sucessful, otherwise
|
* \return RIG_OK if the operation has been sucessful, otherwise
|
||||||
* a negative value if an error occured (in which case, cause is
|
* a negative value if an error occured (in which case, cause is
|
||||||
|
|
Ładowanie…
Reference in New Issue