summaryrefslogtreecommitdiffstats
path: root/indi-celestronaux/celestronaux.h
diff options
context:
space:
mode:
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)