Hamlib/src
Bill Somerville 21c346453a Implement combined split VFO frequency and mode setting.
CAT protocols that don't allow  direct addressing of VFOs require that
the  "other" VFO  be queried  or set  via a  select then  get/set then
select back  to original or  swap then  get/set then swap  again. When
both frequncy and  mode need to be set the  sequences can be optimized
if a single funciton is avaiable.

This enhancement adds those single functions rig_set_split_freq_mode()
and  rig_get_split_freq_mode()  with  a default  impelementation  that
calls the individual rig_{get,set}_split_{freq,mode}() functions. Back
ends  can choose  to  implement  an optimized  version  which is  used
instead of the default if present.

Using these  functions when  an optimized implementation  is available
allows the TX VFO's frequency and mode to be set in a single operation
with  only  one   VFO  exchange  or  selection  either   side  of  the
operation.  Many CAT  protocols  are very  efficient  when getting  or
setting both  frequency and mode  and some even  combine the two  in a
single command.

The letters 'K' and 'k' are used for the rigctl short command name for
these functions.
2016-03-23 17:09:26 +00:00
..
Android.mk Android build updates for monolithic build 2013-09-19 07:25:08 -05:00
Makefile.am Clean up build system, fix test programs 2013-12-10 20:14:22 -06:00
cal.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
cal.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
cm108.c Fix port->pathname checks 2016-02-09 10:59:09 -06:00
cm108.h Initial support for CM108 GPIO contorl of PTT 2012-01-11 06:16:51 -06:00
conf.c Add missing configuration getters 2016-02-04 09:09:35 -06:00
debug.c Flush the debug stream 2015-05-07 17:13:44 -05:00
event.c configure.ac: Quell autoconf obsolete warnings 2012-09-25 22:29:30 -05:00
event.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
ext.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
idx_builtin.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
iofunc.c Further clarification in the implementation of kenwood_transaction() 2015-02-16 12:46:35 +00:00
iofunc.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
locator.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
mem.c Fix spelling errors 2012-08-21 19:54:50 -07:00
misc.c Add a new command line option '--no-restore-ai' ('-n') to rigctl 2015-12-04 00:22:01 +00:00
misc.h Add a new command line option '--no-restore-ai' ('-n') to rigctl 2015-12-04 00:22:01 +00:00
network.c Fix port->pathname checks 2016-02-09 10:59:09 -06:00
network.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
par_nt.h Win32 parallel port support, borrowed from libieee1284 2003-08-25 22:32:32 +00:00
parallel.c Apply Linux C Style to parallel.c 2016-02-21 15:06:16 -06:00
parallel.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
register.c New IC-M700PRO backend 2015-01-21 23:57:08 +01:00
register.h Monolitic libraries. 2013-09-08 14:56:28 +01:00
rig.c Implement combined split VFO frequency and mode setting. 2016-03-23 17:09:26 +00:00
rot_conf.c Remove set but unused variable errors in src. 2011-08-25 10:42:00 -05:00
rot_conf.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
rot_reg.c New Prosistel rotor backend from IZ7CRX 2015-12-31 08:25:14 -06:00
rotator.c Assure NULL terminated strings in src files. 2012-01-07 20:50:34 -06:00
serial.c Move serial line control error checks to lower level routines 2014-11-24 00:51:12 +00:00
serial.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
settings.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
token.h Initial support for CM108 GPIO contorl of PTT 2012-01-11 06:16:51 -06:00
tones.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
tones.h Monolitic libraries. 2013-09-08 14:56:28 +01:00
usb_port.c Apply Linux C style 2016-02-21 14:56:44 -06:00
usb_port.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00