Skip to content

Commit

Permalink
Remove older AP driver and remove experimental name from it
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Nov 27, 2021
1 parent f001a03 commit 8ddda18
Show file tree
Hide file tree
Showing 13 changed files with 3,385 additions and 3,486 deletions.
7 changes: 2 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -648,13 +648,11 @@ SET(lx200generic_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200generic.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200telescope.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200classic.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200apdriver.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200gemini.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200zeq25.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200gotonova.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200pulsar2.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200ap_experimentaldriver.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200ap_experimental.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200apdriver.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200ap.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200ap_gtocp2.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/lx200fs2.cpp
Expand Down Expand Up @@ -683,9 +681,8 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/make_lx200generic_symlink.cmake
exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200autostar)\n
exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200_16)\n
exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200gps)\n
exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200ap_experimental)\n
exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200ap_gtocp2)\n
exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200ap)\n
exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200ap_gtocp2)\n
exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200gemini)\n
exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200zeq25)\n
exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200gotonova)\n
Expand Down
10 changes: 3 additions & 7 deletions drivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,14 @@
<driver name="EQ500X">indi_eq500x_telescope</driver>
<version>1.0</version>
</device>
<device label="AstroPhysics Experimental" manufacturer="Astrophysics">
<driver name="AstroPhysics Experimental">indi_lx200ap_experimental</driver>
<device label="AstroPhysics" manufacturer="Astrophysics">
<driver name="AstroPhysics">indi_lx200ap</driver>
<version>1.0</version>
</device>
<device label="AstroPhysics GTOCP2" manufacturer="Astrophysics">
<driver name="AstroPhysics GTOCP2">indi_lx200ap_gtocp2</driver>
<version>1.0</version>
</device>
<device label="AstroPhysics" manufacturer="Astrophysics">
<driver name="AstroPhysics">indi_lx200ap</driver>
<version>1.0</version>
</device>
</device>
<device label="Celestron GPS" manufacturer="Celestron">
<driver name="Celestron GPS">indi_celestron_gps</driver>
<version>3.6</version>
Expand Down
Loading

0 comments on commit 8ddda18

Please sign in to comment.