[Hamlib-developer] [Hamlib/Hamlib] 9c7a21: Add basic support for transparent access to port s...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Michael B. <no...@gi...> - 2024-01-13 14:09:51
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 9c7a21282cef499e61a16513619a45b5860d2aac https://github.com/Hamlib/Hamlib/commit/9c7a21282cef499e61a16513619a45b5860d2aac Author: George Baltz N3GB <Geo...@gm...> Date: 2023-12-19 (Tue, 19 Dec 2023) Changed paths: M include/hamlib/rig.h M rigs/kenwood/kenwood.c Log Message: ----------- Add basic support for transparent access to port structures. Define macros for internal access to port data. Port rigs/kenwood/kenwood.c to use new access as PoC Part 1 of issue #1445 Commit: b38014832f36f4d901761829d13fae669a17acd7 https://github.com/Hamlib/Hamlib/commit/b38014832f36f4d901761829d13fae669a17acd7 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-12-19 (Tue, 19 Dec 2023) Changed paths: M rigs/kenwood/ic10.c M rigs/kenwood/thd72.c M rigs/kenwood/thd74.c M rigs/kenwood/ts450s.c M rigs/kenwood/ts480.c M rigs/kenwood/ts590.c Log Message: ----------- More Kenwood rigs ported to new access macros. Commit: 9af715d2443f56b11862d34ddb56d8ccdbc48fb4 https://github.com/Hamlib/Hamlib/commit/9af715d2443f56b11862d34ddb56d8ccdbc48fb4 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-12-19 (Tue, 19 Dec 2023) Changed paths: M rigs/kenwood/elecraft.c M rigs/kenwood/ts2000.c M rigs/kenwood/xg3.c Log Message: ----------- Convert the remaining files in rigs/kenwood/ Commit: 8dff750285e43281511d4955813116418d22421f https://github.com/Hamlib/Hamlib/commit/8dff750285e43281511d4955813116418d22421f Author: George Baltz N3GB <Geo...@gm...> Date: 2023-12-20 (Wed, 20 Dec 2023) Changed paths: M include/hamlib/rig.h Log Message: ----------- Define different (disambiguated) names for external use. Commit: 2646f0fd3a18938dcac26a3e843774dd01740a9e https://github.com/Hamlib/Hamlib/commit/2646f0fd3a18938dcac26a3e843774dd01740a9e Author: Michael Black <mdb...@ya...> Date: 2024-01-13 (Sat, 13 Jan 2024) Changed paths: M include/hamlib/rig.h M rigs/kenwood/elecraft.c M rigs/kenwood/ic10.c M rigs/kenwood/kenwood.c M rigs/kenwood/thd72.c M rigs/kenwood/thd74.c M rigs/kenwood/ts2000.c M rigs/kenwood/ts450s.c M rigs/kenwood/ts480.c M rigs/kenwood/ts590.c M rigs/kenwood/xg3.c Log Message: ----------- Merge pull request #1455 from GeoBaltz/rp Basic definitions and first steps for making port tables addressed by pointers Compare: https://github.com/Hamlib/Hamlib/compare/8280748acee9...2646f0fd3a18 |