.. |
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
|
Remove echo from Makefile.am
|
2022-12-24 22:20:28 -06:00 |
amp_conf.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
amp_conf.h
|
Change sprintf to snprint in amp_conf.c
|
2022-01-09 17:46:07 -06:00 |
amp_reg.c
|
astyle files for 4.5 release
|
2022-07-27 17:16:17 -05:00 |
amp_settings.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
amplifier.c
|
astyle files for 4.5 release
|
2022-07-27 17:16:17 -05:00 |
cache.c
|
Fix ID5100 S Main 1 Sub
|
2023-02-10 16:49:37 -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
|
Add product id for CM119B chip. Used in KURI adapter designed by W7NX.
|
2022-08-20 15:26:17 -10:00 |
cm108.h
|
…
|
|
conf.c
|
Add offset_vfoa and offset_vfob configuraiton parameters for adding freq offsets to VFOA/Main and VFOB/Sub
|
2023-02-17 12:33:14 -06:00 |
debug.c
|
Remove unused includes of fcntl.h
|
2022-12-09 14:06:59 +01:00 |
event.c
|
Allow cached freq and mode to be used when rig is in transceive mode
|
2022-09-05 15:29:53 -05: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
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
extamp.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
gpio.c
|
Change snprintf to SNPRINTF in src
|
2022-01-19 09:11:04 -06:00 |
gpio.h
|
…
|
|
hamlibdatetime.h.in
|
Move hamlibdatetime.h generation to src directory
|
2021-03-19 23:14:13 -05:00 |
idx_builtin.h
|
Fix FT-991 level_gran
|
2022-11-10 16:00:00 -06:00 |
iofunc.c
|
Remove dead code
|
2023-03-06 11:32:58 -06:00 |
iofunc.h
|
Remove ASYNC_BUG #ifdef blocks as it is all working now
|
2022-01-28 09:55:48 -06:00 |
locator.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
mem.c
|
Remove unused includes of fcntl.h
|
2022-12-09 14:06:59 +01:00 |
microham.c
|
Remove unused includes of errno.h
|
2022-12-09 12:32:54 +01:00 |
microham.h
|
…
|
|
misc.c
|
Disable rig port flushing when async I/O is enabled. Improve validation of Icom frames.
|
2023-03-08 23:35:08 +02:00 |
misc.h
|
Add routine to check input to <brand>_set_level
|
2023-02-26 13:12:52 -05:00 |
network.c
|
astyle files for 4.5 release
|
2022-07-27 17:16:17 -05: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
|
clean up cppcheck warnings
|
2020-10-25 16:30:09 -05:00 |
par_nt.h
|
…
|
|
parallel.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
parallel.h
|
Add --disable-parallel configure option
|
2022-12-09 23:35:03 -06:00 |
register.c
|
Remove unused includes of errno.h
|
2022-12-09 12:32:54 +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
|
Remove caps->get_ptt from DTR/RTS get_ptt -- seems we should not need query via CAT when using DTR/RTS
|
2023-03-04 11:17:14 -06:00 |
rot_conf.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02: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
|
Inital add of rotator saebrtrack
|
2023-03-10 13:03:14 -05:00 |
rot_settings.c
|
Remove unused includes of cal.h
|
2022-12-09 17:39:43 +01:00 |
rotator.c
|
astyle files for 4.5 release
|
2022-07-27 17:16:17 -05:00 |
serial.c
|
Add tcflush back into flush routine
|
2023-03-06 11:26:35 -06:00 |
serial.h
|
…
|
|
settings.c
|
Fix xdgpath in settings.c
|
2023-01-16 09:24:00 -06:00 |
sleep.c
|
Remove unused includes related to times and dates
|
2022-07-23 18:12:10 +02:00 |
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
|
Fix AGC level display in rigctld
|
2023-01-17 23:54:05 -06:00 |
sprintflst.h
|
Fix rigctld showing the real rig agc_levels instead of all levels
|
2022-11-23 23:29:18 -06:00 |
token.h
|
Add offset_vfoa and offset_vfob configuraiton parameters for adding freq offsets to VFOA/Main and VFOB/Sub
|
2023-02-17 12:33:14 -06: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
|
Clean up mingw compiler warning for tones.h
|
2021-04-29 17:16:51 -05:00 |
usb_port.c
|
Remove unused includes of errno.h
|
2022-12-09 12:32:54 +01:00 |
usb_port.h
|
…
|
|
version_dll.rc
|
Full version info now available for Windows File/Properties/Details
|
2022-12-23 17:44:44 -06:00 |