X2 Standard
Version 1.24
licensedinterfaces
mount
syncmountinterface.h
1
#ifndef _SyncMountInterface_H
2
#define _SyncMountInterface_H
3
4
#define SyncMountInterface_Name "com.bisque.TheSkyX.SyncMountInterface/1.0"
5
14
class
SyncMountInterface
15
{
16
public
:
17
18
virtual
~
SyncMountInterface
(){}
19
20
public
:
22
virtual
int
syncMount
(
const
double
& ra,
const
double
& dec) = 0;
24
virtual
bool
isSynced
() =0;
25
};
26
27
#endif
SyncMountInterface
The SyncMountInterface for mounts.
Definition:
syncmountinterface.h:15
SyncMountInterface::isSynced
virtual bool isSynced()=0
SyncMountInterface::syncMount
virtual int syncMount(const double &ra, const double &dec)=0
X2 Examples
(C) Software Bisque, Inc. All rights reserved.