X2 Standard
Version 1.24
licensedinterfaces
mount
slewtointerface.h
1
#ifndef _SlewToInterface_H
2
#define _SlewToInterface_H
3
4
#define SlewToInterface_Name "com.bisque.TheSkyX.SlewToInterface/1.0"
5
13
class
SlewToInterface
14
{
15
public
:
16
17
virtual
~
SlewToInterface
(){}
18
19
public
:
21
virtual
int
startSlewTo
(
const
double
& dRa,
const
double
& dDec) = 0;
23
virtual
int
isCompleteSlewTo
(
bool
& bComplete)
const
= 0;
25
virtual
int
endSlewTo
(
void
) = 0;
26
27
};
28
29
#endif
SlewToInterface
The SlewToInterface for mounts.
Definition:
slewtointerface.h:14
SlewToInterface::isCompleteSlewTo
virtual int isCompleteSlewTo(bool &bComplete) const =0
SlewToInterface::endSlewTo
virtual int endSlewTo(void)=0
SlewToInterface::startSlewTo
virtual int startSlewTo(const double &dRa, const double &dDec)=0
X2 Examples
(C) Software Bisque, Inc. All rights reserved.