[Hamlib-developer] [Hamlib/Hamlib] e178a9: Add cache to the MACRO/porting list
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Michael B. <no...@gi...> - 2024-01-15 04:25:12
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: e178a984ca693750f2b8a45f3e6b1e516faed281 https://github.com/Hamlib/Hamlib/commit/e178a984ca693750f2b8a45f3e6b1e516faed281 Author: George Baltz N3GB <Geo...@gm...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M include/hamlib/rig.h M rigs/kenwood/kenwood.c Log Message: ----------- Add cache to the MACRO/porting list Update comments And port my favorite PoC target, rigs/kenwood/kenwood.c Commit: cd1f4d39290b698e1db39f7deb055ad47de5cd89 https://github.com/Hamlib/Hamlib/commit/cd1f4d39290b698e1db39f7deb055ad47de5cd89 Author: George Baltz N3GB <Geo...@gm...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M include/hamlib/rig.h M src/rig.c Log Message: ----------- Implement function to get structure address Add AMPPORT and ROTPORT macros Commit: b0d1eb297f009eef57d1d5bb47055897c22ab224 https://github.com/Hamlib/Hamlib/commit/b0d1eb297f009eef57d1d5bb47055897c22ab224 Author: George Baltz N3GB <Geo...@gm...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M include/hamlib/amplifier.h M src/amplifier.c Log Message: ----------- Function to get amplifier port address Convert src/amplifier.c to new MACROs/access method. Commit: 2c85a963092d4dd66bf6982a76dcc3c41ad70efe https://github.com/Hamlib/Hamlib/commit/2c85a963092d4dd66bf6982a76dcc3c41ad70efe Author: George Baltz N3GB <Geo...@gm...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M include/hamlib/rig.h M include/hamlib/rotator.h M src/rotator.c Log Message: ----------- Add function to get rotator port address(es) Add ROTPORT2 definitions. Convert src/rotator.c to use new access. Commit: fddddf1f6f1a2acfa38a92ff6ef467eeda7b4bea https://github.com/Hamlib/Hamlib/commit/fddddf1f6f1a2acfa38a92ff6ef467eeda7b4bea Author: George Baltz N3GB <Geo...@gm...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M src/conf.c Log Message: ----------- Port conf.c to use access macros This will need to copy to all deprecated port structures, when the time comes. Commit: aa9c3b39baf9249e8bc3c8449971daa0cf4ea864 https://github.com/Hamlib/Hamlib/commit/aa9c3b39baf9249e8bc3c8449971daa0cf4ea864 Author: George Baltz N3GB <Geo...@gm...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M src/multicast.c M src/serial.c M src/snapshot_data.c Log Message: ----------- Convert more files in src/ Leaves only src/rig.c Commit: 64f69421de9f72cb8707b87915dbbb82add28ecf https://github.com/Hamlib/Hamlib/commit/64f69421de9f72cb8707b87915dbbb82add28ecf Author: George Baltz N3GB <Geo...@gm...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M src/rig.c Log Message: ----------- Pointerize all the ports in src/rig.c Commit: 7f6736368701d01944fb4f752e31099f9b0ff67e https://github.com/Hamlib/Hamlib/commit/7f6736368701d01944fb4f752e31099f9b0ff67e Author: George Baltz N3GB <Geo...@gm...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M include/hamlib/rig.h M src/conf.c Log Message: ----------- Need more parens to work in expressions. Clean up sticky note items. Commit: f15679f5758653ff2f0f09aeefea3eecc76d6afe https://github.com/Hamlib/Hamlib/commit/f15679f5758653ff2f0f09aeefea3eecc76d6afe Author: George Baltz N3GB <Geo...@gm...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M tests/example.c Log Message: ----------- Update example.c Avoid using raw rigport, in two different ways. Fix variable name. Commit: 34ccdcc5a57d7f06ebf6394fa50a94078b16e6ed https://github.com/Hamlib/Hamlib/commit/34ccdcc5a57d7f06ebf6394fa50a94078b16e6ed Author: Michael Black <mdb...@ya...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M include/hamlib/amplifier.h M include/hamlib/rig.h M include/hamlib/rotator.h M rigs/kenwood/kenwood.c M src/amplifier.c M src/conf.c M src/multicast.c M src/rig.c M src/rotator.c M src/serial.c M src/snapshot_data.c M tests/example.c Log Message: ----------- Merge pull request #1476 from GeoBaltz/rp2 Phase 2 of moving port structures Compare: https://github.com/Hamlib/Hamlib/compare/0b6795875106...34ccdcc5a57d |