X2 Standard
Version 1.25
Main Page
Related Pages
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Enumerations
Enumerator
Files
File List
•
All
Classes
Functions
Enumerations
Enumerator
Modules
Pages
licensedinterfaces
mount
mounttypeinterface.h
1
#ifndef _MountTypeInterface_H
2
#define _MountTypeInterface_H
3
4
#define MountTypeInterface_Name "com.bisque.TheSkyX.MountTypeInterface/1.0"
5
27
class
MountTypeInterface
28
{
29
public
:
30
31
virtual
~
MountTypeInterface
(){}
32
34
enum
Type
35
{
36
Symmetrical_Equatorial
,
37
Asymmetrical_Equatorial
,
38
AltAz
,
39
Unknown
,
40
};
41
42
};
43
44
#endif
MountTypeInterface
The MountTypeInterface covers all possible mount types that X2 drivers can implement.
Definition:
mounttypeinterface.h:28
MountTypeInterface::Type
Type
Definition:
mounttypeinterface.h:35
MountTypeInterface::Asymmetrical_Equatorial
@ Asymmetrical_Equatorial
Definition:
mounttypeinterface.h:37
MountTypeInterface::AltAz
@ AltAz
Definition:
mounttypeinterface.h:38
MountTypeInterface::Unknown
@ Unknown
Definition:
mounttypeinterface.h:39
MountTypeInterface::Symmetrical_Equatorial
@ Symmetrical_Equatorial
Definition:
mounttypeinterface.h:36
X2 Examples
(C) 2023 Software Bisque, Inc. All rights reserved.