Hamlib/dummy
Nate Bargmann f82184cbf5 Add RIT and XIT as rig_set/get_func() members
In response to a long standing request from Tor, N4OGW, and others, RIT
and XIT are added as members for the rig_set/get_func() members.
"RIT"/"XIT" have been added as tokens.  The dummy rig backend and
testrig.c have been updated for these new functions.

Applications should test a backend with the rig_has_set/get_func() and
test for RIG_FUNC_RIT or RIG_FUNC_XIT.  A non-zero result indicates
these functions are implemented by a given rig backend.  It will take
some time for all backends to migrate to this new implementation.  Once
implemented, RIT or XIT should be set to '0' to 'clear' the value
without deactivating the rig's RIT/XIT function.  The dummy/dummy.c file
can be used as a simple guide for backend authors implementing this
behavior.
2013-01-15 12:47:47 -06:00
..
Makefile.am
dummy.c Add RIT and XIT as rig_set/get_func() members 2013-01-15 12:47:47 -06:00
dummy.h Update LGPL header in Dummy source files. 2011-08-22 21:38:34 -05:00
netrigctl.c netrigctld.c: Add missing Set Split param--N2ADR 2012-10-27 08:56:15 -05:00
netrotctl.c Remove set but unused variable errors in dummy. 2011-08-25 11:21:05 -05:00
rot_dummy.c Update LGPL header in Dummy source files. 2011-08-22 21:38:34 -05:00
rot_dummy.h Update LGPL header in Dummy source files. 2011-08-22 21:38:34 -05:00