[Hamlib-developer] [Hamlib/Hamlib] 82ef0a: Initial adding FLIR PTU rotator
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2022-12-09 04:30:46
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 82ef0a39bfb9ff5be56cd28c212b1954e8f39ba0 https://github.com/Hamlib/Hamlib/commit/82ef0a39bfb9ff5be56cd28c212b1954e8f39ba0 Author: andz <an...@an...> Date: 2022-11-26 (Sat, 26 Nov 2022) Changed paths: M configure.ac M include/hamlib/rotlist.h A rotators/flir/Makefile.am A rotators/flir/README A rotators/flir/flir.c A rotators/flir/flir.h M src/rot_reg.c Log Message: ----------- Initial adding FLIR PTU rotator Commit: 0bdb6827dabab3321fb10d835810c180f77fde99 https://github.com/Hamlib/Hamlib/commit/0bdb6827dabab3321fb10d835810c180f77fde99 Author: andz <an...@an...> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: M rotators/flir/flir.c M rotators/flir/flir.h M src/rot_reg.c Log Message: ----------- Implemented FLIR basic funktions: * flir_init * flir_cleanup * flir_open * flir_close * flir_set_position * flir_get_position * flir_park * flir_stop * flir_reset * flir_move Commit: db690f37ff31fc303edf87c41358bcdc0d9ad9fc https://github.com/Hamlib/Hamlib/commit/db690f37ff31fc303edf87c41358bcdc0d9ad9fc Author: andz <an...@an...> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: M rotators/flir/flir.c Log Message: ----------- Cleaned up * removed all warnings * retrun -RIG_ENIMPL for all not yet implemented functions Commit: b2d6a856a432aa7394d6b7887660d4dca504d842 https://github.com/Hamlib/Hamlib/commit/b2d6a856a432aa7394d6b7887660d4dca504d842 Author: andz <an...@an...> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: M rotators/flir/flir.c Log Message: ----------- Fixed segfault when read_string failed Commit: c7d0004b36e60691f5f2e87acf538f505d6e5175 https://github.com/Hamlib/Hamlib/commit/c7d0004b36e60691f5f2e87acf538f505d6e5175 Author: andz <an...@an...> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: M rotators/flir/flir.c Log Message: ----------- Fixed Info command Commit: a522e6f6e7e0cdca8e0cbb8204a29d584431cc41 https://github.com/Hamlib/Hamlib/commit/a522e6f6e7e0cdca8e0cbb8204a29d584431cc41 Author: andz <an...@an...> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: R rotators/flir/README A rotators/flir/README.md Log Message: ----------- Added README.md Commit: 0cc4ca778dc580ed5078eed51bbe4eeb294637ee https://github.com/Hamlib/Hamlib/commit/0cc4ca778dc580ed5078eed51bbe4eeb294637ee Author: andz <an...@us...> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: M .github/codeql-analysis.yml M .github/workflows/codeql-analysis.yml M NEWS M doc/man1/rigctl.1 M include/hamlib/rotlist.h M rigs/alinco/dx77.c M rigs/dummy/dummy.c M rigs/icom/ic706.c M rigs/icom/xiegu.c M rigs/kenwood/k3.c M rigs/kenwood/kenwood.c M rigs/kenwood/kenwood.h M rigs/kenwood/ts890s.c M rigs/kit/fifisdr.c M rigs/mds/9710.c M rigs/yaesu/ft736.c M simulators/simicom9700.c M simulators/simpowersdr.c M src/rig.c M src/sprintflst.c M tests/ampctl_parse.c M tests/rigctl_parse.c M tests/testrig.c Log Message: ----------- Merge branch 'Hamlib:master' into master Commit: 0860bda83214382d1d0c887573d553cd0d9a4e86 https://github.com/Hamlib/Hamlib/commit/0860bda83214382d1d0c887573d553cd0d9a4e86 Author: andz <an...@an...> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: M rotators/flir/flir.h Log Message: ----------- Changed header description Commit: 07cc887432be93b191aa7b67c68a5b2962c4f06e https://github.com/Hamlib/Hamlib/commit/07cc887432be93b191aa7b67c68a5b2962c4f06e Author: andz <an...@an...> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: A rotators/flir/Android.mk Log Message: ----------- Added Android.mk Commit: d369b60f6d089a2a8691a9d9e8715156e8fcdafe https://github.com/Hamlib/Hamlib/commit/d369b60f6d089a2a8691a9d9e8715156e8fcdafe Author: Michael Black <mdb...@ya...> Date: 2022-12-08 (Thu, 08 Dec 2022) Changed paths: M configure.ac M include/hamlib/rotlist.h A rotators/flir/Android.mk A rotators/flir/Makefile.am A rotators/flir/README.md A rotators/flir/flir.c A rotators/flir/flir.h M src/rot_reg.c Log Message: ----------- Merge pull request #1164 from andz82/master Added FLIR/DirectedPerception PTU rotor backend Compare: https://github.com/Hamlib/Hamlib/compare/dd029a3082a1...d369b60f6d08 |