Hamlib/src
George Baltz N3GB a3e23e79cd Minor cleanups/fixes
Return status from rig_send_morse
Remove duplicate include and some dead code
Avoid future NULL dereference in error cases
2025-03-04 21:32:34 -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 Add mutex.h to src/Makefile.am 2024-06-18 12:20:34 -05:00
amp_conf.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
amp_conf.h Change token_t to hamlib_token_t to avoid collsions with libbsm and others 2024-01-21 23:11:55 -06:00
amp_reg.c Progress on Expert ampctl 2023-03-28 17:23:54 -05:00
amp_settings.c Add macros for amplifier and rotator state pointers. 2024-03-26 02:08:33 -04:00
amplifier.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
band_changed.c Make rig_band_changed HAMLIB_API 2024-01-14 23:06:41 -06:00
band_changed.c.example Update band_change.c.example 2024-05-23 07:18:09 -05:00
cache.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -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 Astyle cal.c 2024-02-15 09:25:27 -06:00
cal.h
cm108.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
cm108.h
conf.c Improve conf.c debug output 2024-10-04 16:24:25 -05:00
debug.c Fix more cppcheck items 2023-10-13 17:36:29 -05:00
event.c More pointer conversions for rig->state. 2024-07-01 05:52:45 -04: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 astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
extamp.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
fifo.c astyle files 2023-12-16 11:37:58 -06:00
fifo.h Add fifo peek 2023-07-17 10:26:47 -05:00
gpio.c Revert "Refactoring GPIO push-to-talk logic to use libgpiod rather than the d…" 2024-05-12 14:37:23 -05:00
gpio.h
hamlibdatetime.h.in Move hamlibdatetime.h generation to src directory 2021-03-19 23:14:13 -05:00
idx_builtin.h Add RIG_LEVEL_USB_AF_INPUT 2023-10-18 16:47:29 -05:00
iofunc.c Improve error message when windows serial port is already in use 2024-12-28 15:59:43 -06:00
iofunc.h Add flushing of rig port, including async data pipes, after \send_raw and \send_cmd to drain any extra rig responses 2023-05-13 00:04:37 +03:00
locator.c Remove unused includes 2022-07-24 17:08:57 +02:00
mem.c More pointer conversions for rig->state. 2024-07-01 05:52:45 -04:00
microham.c Fix typos 2024-12-01 21:59:11 +01:00
microham.h
misc.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
misc.h More pointerizations in src/* 2024-07-01 05:52:46 -04:00
multicast.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
mutex.h Move MUTEX macros to mutex.h to allow inclusion in other code 2024-06-18 11:38:56 -05:00
network.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
network.h Add network_flush2 to support async messages from Flex TCP 2024-05-29 06:13:59 -05:00
neverused.c Enable --show-conf for ampctl and ampctld 2023-03-18 10:25:36 +01:00
par_nt.h
parallel.c Fix mingw compile warnings 2023-05-07 17:27:31 -05:00
parallel.h Add --disable-parallel configure option 2022-12-09 23:35:03 -06:00
register.c Change rig_list_foreach back to using const argument -- was breaking many C++ application builds 2024-12-29 08:42:24 -06: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 Minor cleanups/fixes 2025-03-04 21:32:34 -05:00
rot_conf.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
rot_conf.h Change token_t to hamlib_token_t to avoid collsions with libbsm and others 2024-01-21 23:11:55 -06:00
rot_ext.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
rot_reg.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
rot_settings.c Add macros for amplifier and rotator state pointers. 2024-03-26 02:08:33 -04:00
rotator.c astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
serial.c Reduce good news about serial port to verbose 2025-02-04 11:45:56 -06:00
serial.h Fix cppcheck warnings 2023-10-11 23:22:42 -05:00
serial_cfg_params.h Move serial_cfg_params to common inlude fill as it is applicate to all serial devices 2023-07-20 11:12:24 -05:00
settings.c More pointer conversions for rig->state. 2024-07-01 05:52:45 -04:00
sleep.c Fix typos 2024-12-01 21:59:11 +01:00
sleep.h Fix MSVC compile by removing unistd.h and defining our own rig_useconds_t 2020-06-13 17:40:47 -05:00
snapshot_data.c More pointerizations in src/* 2024-07-01 05:52:46 -04:00
snapshot_data.h Add more detailed rig communication status to rig_state and multicast state data packets. Handle SIGINT and SIGTERM in a consistent way in both rigctl and rigctld. 2023-11-06 00:42:02 +02:00
sprintflst.c Print error on bufferoverflow and astyle sprintflst.c 2024-12-22 15:19:38 -06:00
sprintflst.h Add help to N command in rigctl 2024-10-07 12:19:03 -05:00
token.h Improve Flex error message 2024-07-02 11:58:28 -05:00
tones.c More pointerizations in src/* 2024-07-01 05:52:46 -04:00
tones.h Clean up mingw compiler warning for tones.h 2021-04-29 17:16:51 -05:00
usb_port.c Fix usb_port.c to use new libusb format for pid:vid 2024-03-05 15:57:10 -06: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