[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. d74581f6fee747037e18a
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-09-09 11:23:24
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via d74581f6fee747037e18a7d46430827710d1200c (commit) via 717d3e14915278f14b990ac283300b8691460a4b (commit) from a9313260c2c578b16aa01772c85016f75e71ac1d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d74581f6fee747037e18a7d46430827710d1200c Merge: a9313260c 717d3e149 Author: Nate Bargmann <n0...@n0...> Date: Tue Sep 9 06:06:07 2025 -0500 Merge GitHub PR #1891 diff --cc src/rig.c index 288968ffd,4807011db..684a023f3 --- a/src/rig.c +++ b/src/rig.c @@@ -45,13 -50,9 +45,14 @@@ * \example ../tests/testrig.c */ +/** + * \addtogroup rig + * @{ + */ + #include "hamlib/config.h" #include "hamlib/rig.h" + #include "hamlib/port.h" #include "hamlib/rig_state.h" #include "fifo.h" commit 717d3e14915278f14b990ac283300b8691460a4b Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Sun Sep 7 11:42:12 2025 +0200 Partially revert "[src] Remove unused includes" This partially reverts commit 83ed5abeb44e21c1e13a7a57e0f02eb8a1dece6e. diff --git a/src/amp_conf.c b/src/amp_conf.c index 6d47da6ea..481786b3f 100644 --- a/src/amp_conf.c +++ b/src/amp_conf.c @@ -37,6 +37,7 @@ #include <string.h> /* String function definitions */ #include "hamlib/amplifier.h" +#include "hamlib/port.h" #include "hamlib/amp_state.h" #include "amp_conf.h" diff --git a/src/amplifier.c b/src/amplifier.c index 8a278f190..ff321fe76 100644 --- a/src/amplifier.c +++ b/src/amplifier.c @@ -58,6 +58,7 @@ #include <fcntl.h> #include "hamlib/amplifier.h" +#include "hamlib/port.h" #include "hamlib/amp_state.h" #include "serial.h" #include "parallel.h" diff --git a/src/conf.c b/src/conf.c index fba988229..ef845dcde 100644 --- a/src/conf.c +++ b/src/conf.c @@ -38,6 +38,7 @@ #include <strings.h> #include "hamlib/rig.h" +#include "hamlib/port.h" #include "hamlib/rig_state.h" #include "token.h" diff --git a/src/gpio.c b/src/gpio.c index 3f9ed0c20..721501649 100644 --- a/src/gpio.c +++ b/src/gpio.c @@ -25,6 +25,7 @@ #include <fcntl.h> #include "gpio.h" +#include "hamlib/port.h" int gpio_open(hamlib_port_t *port, int output, int on_value) diff --git a/src/iofunc.c b/src/iofunc.c index c01be13f2..99e75414f 100644 --- a/src/iofunc.c +++ b/src/iofunc.c @@ -41,6 +41,7 @@ #include <sys/time.h> #include <sys/types.h> +#include "hamlib/port.h" #include "iofunc.h" #include "misc.h" diff --git a/src/network.c b/src/network.c index 31e3760bf..848a45eae 100644 --- a/src/network.c +++ b/src/network.c @@ -74,6 +74,7 @@ #endif #include "hamlib/rig.h" +#include "hamlib/port.h" #include "hamlib/rig_state.h" #include "network.h" #include "misc.h" diff --git a/src/parallel.c b/src/parallel.c index de6c8d606..181ef892b 100644 --- a/src/parallel.c +++ b/src/parallel.c @@ -53,6 +53,7 @@ # include <winbase.h> #endif +#include "hamlib/port.h" #include "parallel.h" #ifdef HAVE_LINUX_PPDEV_H diff --git a/src/register.h b/src/register.h index 472598b27..148f16945 100644 --- a/src/register.h +++ b/src/register.h @@ -23,6 +23,8 @@ #include "hamlib/rig.h" +#include "hamlib/rotator.h" +#include "hamlib/amplifier.h" #include "hamlib/config.h" #ifdef __cplusplus diff --git a/src/rig.c b/src/rig.c index 977919e82..4807011db 100644 --- a/src/rig.c +++ b/src/rig.c @@ -52,6 +52,7 @@ #include "hamlib/config.h" #include "hamlib/rig.h" +#include "hamlib/port.h" #include "hamlib/rig_state.h" #include "fifo.h" diff --git a/src/rot_conf.c b/src/rot_conf.c index 22c315e05..5f204aed7 100644 --- a/src/rot_conf.c +++ b/src/rot_conf.c @@ -38,6 +38,7 @@ #include <string.h> /* String function definitions */ #include "hamlib/rotator.h" +#include "hamlib/port.h" #include "hamlib/rot_state.h" #include "rot_conf.h" diff --git a/src/rotator.c b/src/rotator.c index 5d71cd236..a1db1dc69 100644 --- a/src/rotator.c +++ b/src/rotator.c @@ -56,6 +56,7 @@ #include <fcntl.h> #include "hamlib/rotator.h" +#include "hamlib/port.h" #include "hamlib/rot_state.h" #include "serial.h" #include "parallel.h" @@ -64,7 +65,6 @@ #endif #include "network.h" - #ifndef DOC_HIDDEN #if defined(WIN32) && !defined(__CYGWIN__) diff --git a/src/serial.c b/src/serial.c index 3dfce1ec1..71d3c68c8 100644 --- a/src/serial.c +++ b/src/serial.c @@ -59,6 +59,7 @@ #endif #include "hamlib/rig.h" +#include "hamlib/port.h" //! @cond Doxygen_Suppress #if defined(WIN32) && !defined(HAVE_TERMIOS_H) diff --git a/src/snapshot_data.c b/src/snapshot_data.c index bc5c4e80b..8664deb0e 100644 --- a/src/snapshot_data.c +++ b/src/snapshot_data.c @@ -2,6 +2,7 @@ #include <unistd.h> #include "hamlib/config.h" #include "hamlib/rig.h" +#include "hamlib/port.h" #include "hamlib/rig_state.h" #include "misc.h" #include "cache.h" diff --git a/src/usb_port.c b/src/usb_port.c index 09fa3d9c5..80c9bc9f9 100644 --- a/src/usb_port.c +++ b/src/usb_port.c @@ -39,6 +39,7 @@ #include <strings.h> #include "hamlib/rig.h" +#include "hamlib/port.h" #ifdef HAVE_LIBUSB_H # include <libusb.h> ----------------------------------------------------------------------- Summary of changes: src/amp_conf.c | 1 + src/amplifier.c | 1 + src/conf.c | 1 + src/gpio.c | 1 + src/iofunc.c | 1 + src/network.c | 1 + src/parallel.c | 1 + src/register.h | 2 ++ src/rig.c | 1 + src/rot_conf.c | 1 + src/rotator.c | 2 +- src/serial.c | 1 + src/snapshot_data.c | 1 + src/usb_port.c | 1 + 14 files changed, 15 insertions(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |