.. |
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
|
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
|
Update astyle for 4.5 release
|
2022-09-20 08:46:28 -05: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
|
Add new levels: RFPOWER_METER, COMP_METER, VD_METER and ID_METER, supported at least by most of recent Icom rigs. Add level NOTCHF_RAW for manual notch frequency without specified unit for Icom rigs. Add level MONITOR_GAIN. Add functions DUAL_WATCH and DIVERSITY, supported now by K3/K3S. Fix VOXDELAY level commands for many Icom rigs. Add MONITOR_GAIN level for Icom rigs. Fix and add many K3 commands and add specific rig models for K3S, KX2 and KX3 -- they are very similar to K3, but have slight differences. Extend dump_caps output for rigctl: add complete details of ext levels and frequency ranges. Tests have been performed on IC-7000, IC-756ProIII, IC-7300, IC-7600 and K3.
|
2019-05-30 09:37:49 +03:00 |
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
|
Reformatted src directory
|
2017-08-09 06:14:31 -05:00 |
conf.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
debug.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02: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
|
Add GPIO and GPION options for DCD.
|
2018-03-29 23:55:25 +02:00 |
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
|
astyle files
|
2022-11-23 23:31:08 -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
|
Fix clang warning on callback functions
|
2022-11-14 16:37:20 -06:00 |
microham.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
microham.h
|
Add uh_wkey_close to microham.h
|
2020-01-13 07:27:41 -06:00 |
misc.c
|
Add AGC levels to ts2000.c and fix AGC Level printout to show index number instead of enumeration number.
|
2022-11-24 09:47:12 -06:00 |
misc.h
|
Make pthread.h a default include and remove config.h from being included in rig.h
|
2022-08-23 17:20:03 -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
|
Formatted src/ to final coding guidelines
|
2017-10-04 21:32:08 -05:00 |
parallel.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
parallel.h
|
remove some cppcheck statements not needed anymore
|
2020-10-29 12:52:54 -05:00 |
register.c
|
Add MDS 4710 rig
|
2022-11-14 23:57:22 -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
|
Change rigctl send_raw to also require terminator
|
2022-11-26 15:19:23 -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
|
astyle files for 4.5 release
|
2022-07-27 17:16:17 -05:00 |
rot_settings.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
rotator.c
|
astyle files for 4.5 release
|
2022-07-27 17:16:17 -05:00 |
serial.c
|
Move ser_set_rts/dtr to beggining of serial_setup
|
2022-11-16 15:29:36 -06:00 |
serial.h
|
Update LGPL header in src source files.
|
2011-08-22 21:38:37 -05:00 |
settings.c
|
astyle files for 4.5 release
|
2022-07-27 17:16:17 -05:00 |
sleep.c
|
Remove unused includes related to times and dates
|
2022-07-23 18:12:10 +02: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
|
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 32-bit compile warning in sprintflst.c
|
2022-11-28 09:00:00 -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
|
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
|
Clean up mingw compiler warning for tones.h
|
2021-04-29 17:16:51 -05:00 |
usb_port.c
|
Remove unused includes
|
2022-07-24 17:08:57 +02:00 |
usb_port.h
|
Update LGPL header in src source files.
|
2011-08-22 21:38:37 -05:00 |