[Hamlib-developer] [Hamlib/Hamlib] 05f047: Round 3 of level_gran updates.
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-05-20 17:53:42
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 05f04730d75aabfff19bc56310b088385a8aaeb4 https://github.com/Hamlib/Hamlib/commit/05f04730d75aabfff19bc56310b088385a8aaeb4 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: M rigs/icom/ic7300.c M rigs/icom/level_gran_icom.h M rigs/kenwood/level_gran_kenwood.h M rigs/yaesu/ftdx101mp.c M rigs/yaesu/level_gran_yaesu.h Log Message: ----------- Round 3 of level_gran updates. Commit: ea37ad1b215a0fad366e8d282ee11e6e275068b7 https://github.com/Hamlib/Hamlib/commit/ea37ad1b215a0fad366e8d282ee11e6e275068b7 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: M rigs/kenwood/ts890s.c Log Message: ----------- Remove hard-coded constants. Use more data already in rig->caps instead of hard coding values. Commit: 7a69042876133382cc864849562487641d3f7efa https://github.com/Hamlib/Hamlib/commit/7a69042876133382cc864849562487641d3f7efa Author: George Baltz N3GB <Geo...@gm...> Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: M rigs/kenwood/ts890s.c Log Message: ----------- Enable full level checking for TS-890S. Turn on checking against level_gran on the TS-890S, so I can eat my own dog food. Commit: 3029260582f4cd29972d57b787c1d089b6d461b5 https://github.com/Hamlib/Hamlib/commit/3029260582f4cd29972d57b787c1d089b6d461b5 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: A rigs/kenwood/level_gran_elecraft.h Log Message: ----------- Add default level values for Elecraft rigs. Add limits for 0.0-1.0 float values. Commit: d27283ceb7d2538d2457f0d6f5442ce2115661f3 https://github.com/Hamlib/Hamlib/commit/d27283ceb7d2538d2457f0d6f5442ce2115661f3 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: M include/hamlib/rig.h Log Message: ----------- Update RIG_LEVEL_READONLY_LIST. Drop duplicate RFPOWER_METER, add TEMP_METER. Commit: d3c2ebcc1f8aee5d3a38305ea8b9e7cccb633b01 https://github.com/Hamlib/Hamlib/commit/d3c2ebcc1f8aee5d3a38305ea8b9e7cccb633b01 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: M rigs/kenwood/flex6xxx.c M rigs/kenwood/k2.c M rigs/kenwood/k3.c M rigs/kenwood/ts590.c M rigs/kenwood/ts870s.c M rigs/kenwood/ts930.c M rigs/kenwood/xg3.c Log Message: ----------- Round 4 of level_gran updates. Fill in more holes. This should cover the Kenwood and Elecraft rigs, with most of the callers of kenwood_set_level vetted. Also fills in some other data in rig->caps. Still looking for a way to (programatically) verify that AGC data is checked and processed correctly. Commit: e5f6b4e9d25516576cd1f2b435797b009fc66321 https://github.com/Hamlib/Hamlib/commit/e5f6b4e9d25516576cd1f2b435797b009fc66321 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: M include/hamlib/rig.h M src/misc.c Log Message: ----------- Fix the comment about float levels. And now that the comment parses, fix the check to respect it. I seriously doubt anyone will ever use this, but you never know. Commit: 14dbe41e763182893dd0d5cf1ad611da8765ed9f https://github.com/Hamlib/Hamlib/commit/14dbe41e763182893dd0d5cf1ad611da8765ed9f Author: George Baltz N3GB <Geo...@gm...> Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: M rigs/kenwood/Makefile.am Log Message: ----------- Add Elecraft defaults to makefile. Commit: c5f0e1e5770c2e169ecb6d016029c76fd6d47e22 https://github.com/Hamlib/Hamlib/commit/c5f0e1e5770c2e169ecb6d016029c76fd6d47e22 Author: Michael Black <mdb...@ya...> Date: 2023-05-20 (Sat, 20 May 2023) Changed paths: M include/hamlib/rig.h M rigs/icom/ic7300.c M rigs/icom/level_gran_icom.h M rigs/kenwood/Makefile.am M rigs/kenwood/flex6xxx.c M rigs/kenwood/k2.c M rigs/kenwood/k3.c A rigs/kenwood/level_gran_elecraft.h M rigs/kenwood/level_gran_kenwood.h M rigs/kenwood/ts590.c M rigs/kenwood/ts870s.c M rigs/kenwood/ts890s.c M rigs/kenwood/ts930.c M rigs/kenwood/xg3.c M rigs/yaesu/ftdx101mp.c M rigs/yaesu/level_gran_yaesu.h M src/misc.c Log Message: ----------- Merge pull request #1297 from GeoBaltz/levels_3 Levels 3 Compare: https://github.com/Hamlib/Hamlib/compare/1c08cd7a64a3...c5f0e1e5770c |