The SlewToInterface for mounts.
More...
#include <slewtointerface.h>
The SlewToInterface for mounts.
If a X2 mount driver implements this interface, the mount is able to slew to a given RA, dec.
◆ endSlewTo()
virtual int SlewToInterface::endSlewTo |
( |
void |
| ) |
|
|
pure virtual |
Called once the slew is complete. This is called once for every corresponding startSlewTo() allowing software implementations of gotos.
◆ isCompleteSlewTo()
virtual int SlewToInterface::isCompleteSlewTo |
( |
bool & |
bComplete | ) |
const |
|
pure virtual |
Called to monitor the slew process.
- Parameters
-
bComplete | Set to true if the slew is complete, otherwise return false. |
◆ startSlewTo()
virtual int SlewToInterface::startSlewTo |
( |
const double & |
dRa, |
|
|
const double & |
dDec |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: