summaryrefslogtreecommitdiffstats
path: root/indi-celestronaux/celestronaux.h
diff options
context:
space:
mode:
authorYour Name <you@example.com>2024-03-13 12:10:54 +0000
committerYour Name <you@example.com>2024-03-13 12:10:54 +0000
commit0373c49e7b728f14ecc3eeb7112856dcb5cd3a16 (patch)
tree89850744053acf061963be632ba359e377a657ab /indi-celestronaux/celestronaux.h
parent1a6f1680c086ae92c37934820adcb3f9d21dc8f5 (diff)
downloadindi_mount_driver-master.tar.gz
indi_mount_driver-master.tar.bz2
indi_mount_driver-master.zip
make tracking rate changes more robustHEADmaster
Diffstat (limited to 'indi-celestronaux/celestronaux.h')
-rw-r--r--indi-celestronaux/celestronaux.h3
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)