|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeamy.jascom.FocuserProperties
public class FocuserProperties
Title: JASCOM: Ascom for Java
Description: Java to Ascom Wrapper
Copyright: Copyright (c) 2004
Company: EOAUI
Field Summary | |
---|---|
protected COMDispatcher |
comDispatcher
|
protected java.lang.String |
driverID
|
Constructor Summary | |
---|---|
protected |
FocuserProperties()
Properties |
|
FocuserProperties(java.lang.String driverID)
Properties |
Method Summary | |
---|---|
boolean |
absolute()
|
void |
close()
close |
boolean |
isMoving()
|
boolean |
isTempCompAvailable()
|
boolean |
link()
|
long |
maxIncrement()
|
long |
maxStep()
|
long |
position()
|
void |
setLink(boolean Link)
|
void |
setTempComp(boolean TempComp)
|
double |
stepSize()
|
boolean |
tempComp()
|
double |
temperature()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String driverID
protected COMDispatcher comDispatcher
Constructor Detail |
---|
protected FocuserProperties()
public FocuserProperties(java.lang.String driverID)
driverID
- StringMethod Detail |
---|
public boolean isTempCompAvailable()
public void setTempComp(boolean TempComp)
public boolean tempComp()
public double temperature()
public double stepSize()
public long position()
public long maxStep()
public long maxIncrement()
public void setLink(boolean Link)
public boolean link()
public boolean isMoving()
public boolean absolute()
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |