diff options
author | Your Name <you@example.com> | 2024-03-13 12:10:54 +0000 |
---|---|---|
committer | Your Name <you@example.com> | 2024-03-13 12:10:54 +0000 |
commit | 0373c49e7b728f14ecc3eeb7112856dcb5cd3a16 (patch) | |
tree | 89850744053acf061963be632ba359e377a657ab /indi-celestronaux/celestronaux.h | |
parent | 1a6f1680c086ae92c37934820adcb3f9d21dc8f5 (diff) | |
download | indi_mount_driver-master.tar.gz indi_mount_driver-master.tar.bz2 indi_mount_driver-master.zip |
Diffstat (limited to 'indi-celestronaux/celestronaux.h')
-rw-r--r-- | indi-celestronaux/celestronaux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indi-celestronaux/celestronaux.h b/indi-celestronaux/celestronaux.h index 7c5dc29..eb5c81d 100644 --- a/indi-celestronaux/celestronaux.h +++ b/indi-celestronaux/celestronaux.h @@ -170,6 +170,7 @@ class CelestronAUX : bool SetTrackEnabled(bool enabled) override; bool SetTrackMode(uint8_t mode) override; bool SetTrackRate(double raRate, double deRate) override; + bool SetTrackRate(double raRate, double deRate, bool force); void resetTracking(); /** @@ -180,7 +181,7 @@ class CelestronAUX : * For Alt, negative is down while positive is up. * @return True if successful, false otherwise. */ - bool trackByRate(INDI_HO_AXIS axis, int32_t rate); + bool trackByRate(INDI_HO_AXIS axis, int32_t rate, bool force); /** * @brief trackByRate Track using specific mode (sidereal, solar, or lunar) |