summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Zotti <Georg.Zotti@univie.ac.at>2023-03-05 17:02:59 +0100
committerGeorg Zotti <Georg.Zotti@univie.ac.at>2023-07-04 16:33:39 +0200
commit14fd6a267e28dd46ba32dea30df6ed82e29d6c2e (patch)
tree4449d60a1d6bbc19ff5096d62ea2ec2388474615
parent53a2e276c32f57a36802fef6122833182aeb4369 (diff)
-rw-r--r--plugins/TelescopeControl/src/TelescopeControl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/TelescopeControl/src/TelescopeControl.hpp b/plugins/TelescopeControl/src/TelescopeControl.hpp
index 572d753197..18e3eeb5b7 100644
--- a/plugins/TelescopeControl/src/TelescopeControl.hpp
+++ b/plugins/TelescopeControl/src/TelescopeControl.hpp
@@ -361,9 +361,10 @@ public slots:
void slewTelescopeToViewDirection(const int idx);
//! abort the current slew command of a telescope at slot idx.
+ //! @note ATTENTION! Not all telescopes support this call! A warning panel may be shown instead. Then it's jump and run to prevent damage.
//! @code
//! // example of usage in scripts
- //! TelescopeControl.syncTelescopeToSelectedObject(1);
+ //! TelescopeControl.abortTelescopeSlew(1);
//! @endcode
void abortTelescopeSlew(const int idx);