Hamlib/src
Mike Black W9MDB b30db5bc59 Fix minor spelling 2022-05-04 13:08:17 -05:00
..
Android.mk Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
Makefile.am Working on password access for rigctld -- not fully implmented yet 2022-02-24 17:28:25 -06:00
amp_conf.c astyle source code 2022-02-05 15:27:43 -06:00
amp_conf.h Change sprintf to snprint in amp_conf.c 2022-01-09 17:46:07 -06:00
amp_reg.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
amp_settings.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
amplifier.c Add some debug to amplifier.c 2022-02-10 15:24:41 -06:00
cache.c Change ENTERFUNC to ENTERFUNC2 in cache.c 2022-02-13 16:13:50 -06:00
cache.h Initial implementation of: reader thread for async handling of rig data, UDP multicast publisher routine and rig state poll thread routine. The reader thread can correctly handle asynchronous data, such as transceive or spectrum data. Work in progress: multi-platform code for I/O routines still missing and the poll routine is not yet in use. Tested briefly on an IC-7300 so far. 2021-11-28 20:52:29 +02:00
cal.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
cal.h
cm108.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
cm108.h
conf.c Add RIGMICDATA to ptt_type in dumpcaps 2022-03-06 08:39:54 -06:00
debug.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
event.c astyle source code 2022-02-05 15:27:43 -06:00
event.h Initial implementation of: reader thread for async handling of rig data, UDP multicast publisher routine and rig state poll thread routine. The reader thread can correctly handle asynchronous data, such as transceive or spectrum data. Work in progress: multi-platform code for I/O routines still missing and the poll routine is not yet in use. Tested briefly on an IC-7300 so far. 2021-11-28 20:52:29 +02:00
ext.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
extamp.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
gpio.c Change snprintf to SNPRINTF in src 2022-01-19 09:11:04 -06:00
gpio.h
hamlibdatetime.h.in
idx_builtin.h
iofunc.c Improve windows iofunc a bit 2022-03-29 16:16:07 -05:00
iofunc.h Remove ASYNC_BUG #ifdef blocks as it is all working now 2022-01-28 09:55:48 -06:00
locator.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
mem.c astyle source code 2022-02-05 15:27:43 -06:00
microham.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
microham.h
misc.c Reduce debug in misc.c 2022-04-19 23:08:46 -05:00
misc.h First phase of .hamlib_settings -- currently saves sharekey in current directory when rigctld -A is run 2022-04-29 16:30:00 -05:00
network.c Balance RETURNFUNC2 in network.c 2022-02-13 16:16:02 -06:00
network.h Initial implementation of: reader thread for async handling of rig data, UDP multicast publisher routine and rig state poll thread routine. The reader thread can correctly handle asynchronous data, such as transceive or spectrum data. Work in progress: multi-platform code for I/O routines still missing and the poll routine is not yet in use. Tested briefly on an IC-7300 so far. 2021-11-28 20:52:29 +02:00
neverused.c
par_nt.h
parallel.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
parallel.h
register.c Manually applied diff from older HamLib version. 2022-02-23 22:36:57 +01:00
register.h Add config.h to include/hamlib so HAVE_PTHREAD is available if needed 2022-02-03 22:31:42 -06:00
rig.c Fix minor spelling 2022-05-04 13:08:17 -05:00
rot_conf.c astyle source code 2022-02-05 15:27:43 -06:00
rot_conf.h Add rot_get_conf2 function to eventually replace rot_get_conf 2022-01-09 11:16:41 -06:00
rot_ext.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
rot_reg.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
rot_settings.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
rotator.c Add some more memcpy's to amplifier.c rotator.c for deprecated structure 2022-02-10 11:31:01 -06:00
serial.c Reduce debug in serial.c 2022-05-03 12:12:25 -05:00
serial.h
settings.c Fix mkstemp permission error on Windows 2022-04-29 17:55:19 -05:00
sleep.c
sleep.h
snapshot_data.c Balance RETURNFUNC2 in snapshot_data.c 2022-02-13 16:17:41 -06:00
snapshot_data.h Initial implementation of: reader thread for async handling of rig data, UDP multicast publisher routine and rig state poll thread routine. The reader thread can correctly handle asynchronous data, such as transceive or spectrum data. Work in progress: multi-platform code for I/O routines still missing and the poll routine is not yet in use. Tested briefly on an IC-7300 so far. 2021-11-28 20:52:29 +02:00
sprintflst.c astyle source code 2022-02-05 15:27:43 -06:00
sprintflst.h
token.h Allow enabling of async data mode via conf option. Ignore multicast data publishing if the publisher routine is not enabled. 2022-01-05 19:12:43 +02:00
tones.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
tones.h
usb_port.c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
usb_port.h