com.jeamy.jascom
Class FocuserProperties

java.lang.Object
  extended by com.jeamy.jascom.FocuserProperties
Direct Known Subclasses:
Focuser

public class FocuserProperties
extends java.lang.Object

Title: JASCOM: Ascom for Java

Description: Java to Ascom Wrapper

Copyright: Copyright (c) 2004

Company: EOAUI

Version:
ALPHA 2
Author:
Jeamy Lee

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

driverID

protected java.lang.String driverID

comDispatcher

protected COMDispatcher comDispatcher
Constructor Detail

FocuserProperties

protected FocuserProperties()
Properties


FocuserProperties

public FocuserProperties(java.lang.String driverID)
Properties

Parameters:
driverID - String
Method Detail

isTempCompAvailable

public boolean isTempCompAvailable()

setTempComp

public void setTempComp(boolean TempComp)

tempComp

public boolean tempComp()

temperature

public double temperature()

stepSize

public double stepSize()

position

public long position()

maxStep

public long maxStep()

maxIncrement

public long maxIncrement()

setLink

public void setLink(boolean Link)

link

public boolean link()

isMoving

public boolean isMoving()

absolute

public boolean absolute()

close

public void close()
close