[Hamlib-developer] [Hamlib/Hamlib] 096b6f: Adds 'dummy' rig that talks to GQRX
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-07-21 12:34:18
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 096b6f0f4b4227c8d7044b28fb6b5ec7e4deb281 https://github.com/Hamlib/Hamlib/commit/096b6f0f4b4227c8d7044b28fb6b5ec7e4deb281 Author: Mark J. Fine <mar...@fi...> Date: 2025-07-19 (Sat, 19 Jul 2025) Changed paths: M bindings/python/test_Hamlib_class.py M include/hamlib/rig.h M include/hamlib/riglist.h M rigs/dummy/Android.mk M rigs/dummy/Makefile.am M rigs/dummy/dummy.c M rigs/dummy/dummy.h Log Message: ----------- Adds 'dummy' rig that talks to GQRX Commit: 26daf352b36eeca337b52ae830be1ded250c188c https://github.com/Hamlib/Hamlib/commit/26daf352b36eeca337b52ae830be1ded250c188c Author: Mark J. Fine <mar...@fi...> Date: 2025-07-19 (Sat, 19 Jul 2025) Changed paths: A rigs/dummy/gqrx.c Log Message: ----------- Corrects meter level query. Commit: 3722c643cc33f9aba0498b7e0a253a8c73d13b7f https://github.com/Hamlib/Hamlib/commit/3722c643cc33f9aba0498b7e0a253a8c73d13b7f Author: Mark J. Fine <mar...@fi...> Date: 2025-07-19 (Sat, 19 Jul 2025) Changed paths: M rigs/dummy/gqrx.c Log Message: ----------- CW modes were reversed... fixed. SSB narrow filter was in error.. fixed. Commit: f934b75688abcfc4937035cd8f8994d188963606 https://github.com/Hamlib/Hamlib/commit/f934b75688abcfc4937035cd8f8994d188963606 Author: Mark J. Fine <mar...@fi...> Date: 2025-07-19 (Sat, 19 Jul 2025) Changed paths: M rigs/dummy/gqrx.c Log Message: ----------- Fixed c99 booleans. Fixed format in debug statements for mode and level. Commit: 50cb5b595eb5920fb3392279a9367a2d267a78eb https://github.com/Hamlib/Hamlib/commit/50cb5b595eb5920fb3392279a9367a2d267a78eb Author: Mark J. Fine <mar...@fi...> Date: 2025-07-19 (Sat, 19 Jul 2025) Changed paths: M rigs/dummy/gqrx.c Log Message: ----------- Changed %llu to just %lu to quiet a warning. Commit: d32e5b3495317d4ced563773b4f025e0f11026ad https://github.com/Hamlib/Hamlib/commit/d32e5b3495317d4ced563773b4f025e0f11026ad Author: Mark J. Fine <mar...@fi...> Date: 2025-07-19 (Sat, 19 Jul 2025) Changed paths: M rigs/dummy/gqrx.c Log Message: ----------- Addressed some formatting issues and made VFO_A/VFO_CURR checking more uniform across the code. Commit: 482c0f1111a0faa11c7d974da5db76d963cd20c4 https://github.com/Hamlib/Hamlib/commit/482c0f1111a0faa11c7d974da5db76d963cd20c4 Author: Mark J. Fine <mar...@fi...> Date: 2025-07-19 (Sat, 19 Jul 2025) Changed paths: M bindings/python/test_Hamlib_class.py Log Message: ----------- Temporarily back out RIG_MODEL_GQRX from test_Hamlib_class.py to avoid a conflict. Commit: bf63febf08f28b29fdf4efa6eebe8acb23d1dd8b https://github.com/Hamlib/Hamlib/commit/bf63febf08f28b29fdf4efa6eebe8acb23d1dd8b Author: Mark J. Fine <mar...@fi...> Date: 2025-07-20 (Sun, 20 Jul 2025) Changed paths: M rigs/drake/drake.c Log Message: ----------- Fix old_vfo could be uninitialized warnings that are generated in minGW by initializing to RIG_VFO_A in get/set_chan(). Adding here to keep in synch with latent changes to the add_drake_r8 branch. Commit: 528d87c496db2cfb35c85375c405c3f6f3ad4a3a https://github.com/Hamlib/Hamlib/commit/528d87c496db2cfb35c85375c405c3f6f3ad4a3a Author: Mark J. Fine <mar...@fi...> Date: 2025-07-20 (Sun, 20 Jul 2025) Changed paths: M rigs/dummy/gqrx.c Log Message: ----------- Apparently uint64_t is handled differently on CISC and RISC systems. CISC requires the %lu format while RISC requires %llu. Solved the cross-platform ping-pong game by using %llu and type casting rmode_t and setting_t values as (long long unsigned int). Commit: 94d7f0b7debd0ef80d5b010c3dc73bff65045a5b https://github.com/Hamlib/Hamlib/commit/94d7f0b7debd0ef80d5b010c3dc73bff65045a5b Author: Nate Bargmann <n0...@n0...> Date: 2025-07-21 (Mon, 21 Jul 2025) Changed paths: M include/hamlib/rig.h M include/hamlib/riglist.h M rigs/drake/drake.c M rigs/dummy/Android.mk M rigs/dummy/Makefile.am M rigs/dummy/dummy.c M rigs/dummy/dummy.h A rigs/dummy/gqrx.c Log Message: ----------- Merge GitHub PR #1807 Compare: https://github.com/Hamlib/Hamlib/compare/b2934c70a281...94d7f0b7debd To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |