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

The SyncMountInterface for mounts. More...

#include <syncmountinterface.h>

Public Member Functions

virtual int syncMount (const double &ra, const double &dec)=0
 
virtual bool isSynced ()=0
 

Detailed Description

The SyncMountInterface for mounts.

If a X2 mount driver implements this interface, the mount is able to "synced" and have its internal RA and declination set to particular values.

Member Function Documentation

◆ isSynced()

virtual bool SyncMountInterface::isSynced ( )
pure virtual

Always return true. If possible, return false when appropriate, if and only if the mount hardware has the ability to know if it has been synced or not.

◆ syncMount()

virtual int SyncMountInterface::syncMount ( const double &  ra,
const double &  dec 
)
pure virtual

Set the mount internal RA and declination.


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