X2 Standard
Version 1.24
licensedinterfaces
unparkinterface.h
1
#ifndef _UnparkInterface_H
2
#define _UnparkInterface_H
3
4
#define UnparkInterface_Name "com.bisque.TheSkyX.UnparkInterface/1.0"
5
18
class
UnparkInterface
19
{
20
public
:
21
22
virtual
~
UnparkInterface
(){}
23
24
public
:
26
virtual
int
startUnpark
(
void
) = 0;
28
virtual
int
isCompleteUnpark
(
bool
& bComplete)
const
= 0;
30
virtual
int
endUnpark
(
void
) = 0;
31
32
};
33
34
#endif
UnparkInterface::isCompleteUnpark
virtual int isCompleteUnpark(bool &bComplete) const =0
UnparkInterface
The UnparkInterface allows domes and mounts to be unparked.
Definition:
unparkinterface.h:19
UnparkInterface::endUnpark
virtual int endUnpark(void)=0
UnparkInterface::startUnpark
virtual int startUnpark(void)=0
X2 Examples
(C) Software Bisque, Inc. All rights reserved.