X2 Standard  Version 1.24
Public Member Functions | List of all members
SlewToInterface Class Referenceabstract

The SlewToInterface for mounts. More...

#include <slewtointerface.h>

Public Member Functions

virtual int startSlewTo (const double &dRa, const double &dDec)=0
 
virtual int isCompleteSlewTo (bool &bComplete) const =0
 
virtual int endSlewTo (void)=0
 

Detailed Description

The SlewToInterface for mounts.

If a X2 mount driver implements this interface, the mount is able to slew to a given RA, dec.

Member Function Documentation

◆ 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
bCompleteSet to true if the slew is complete, otherwise return false.

◆ startSlewTo()

virtual int SlewToInterface::startSlewTo ( const double &  dRa,
const double &  dDec 
)
pure virtual

Initiate the slew.


The documentation for this class was generated from the following file:
X2 Examples
(C) Software Bisque, Inc. All rights reserved.