com.jeamy.jascom
Class Dome

java.lang.Object
  extended by com.jeamy.jascom.Properties
      extended by com.jeamy.jascom.DomeProperties
          extended by com.jeamy.jascom.Dome

public class Dome
extends DomeProperties

Title: JASCOM: Ascom for Java

Description: Java to Ascom Wrapper

Copyright: Copyright (c) 2004

Company: EOAUI

Version:
ALPHA 2
Author:
Jeamy Lee

Field Summary
 
Fields inherited from class com.jeamy.jascom.Properties
comDispatcher, driverID
 
Constructor Summary
protected Dome()
          Dome
  Dome(java.lang.String driverID)
          Dom
 
Method Summary
 void abortSlew()
          abortSlew
 void close()
          close
 void closeShutter()
          closeShutter
 void commandBlind(java.lang.String command)
          commandBlind
 boolean commandBool(java.lang.String command)
          commandBool
 java.lang.String commandString(java.lang.String command)
          commandString
 void findHome()
          findHome
 void openShutter()
          openShutter
 void park()
          park
 void setPark()
          setPark
 void setupDialog()
          setupDialog
 void slewToAltitude(double altitude)
          slewToAltitude
 void slewToAzimuth(double azimuth)
          slewToAzimuth
 void syncToAzimuth()
          syncToAzimuth
 
Methods inherited from class com.jeamy.jascom.DomeProperties
canSetAltitude, canSetAzimut, canSetShutter, canSlave, canSyncAzimut, setSlaved, shutterStatus, slaved
 
Methods inherited from class com.jeamy.jascom.Properties
altitude, atHome, atPark, azimuth, canFindHome, canPark, canSetPark, connected, description, driverInfo, driverVersion, interfaceVersion, name, setConnected, slewing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dome

protected Dome()
Dome


Dome

public Dome(java.lang.String driverID)
Dom

Parameters:
driverID - String
Method Detail

abortSlew

public void abortSlew()
abortSlew


commandBlind

public void commandBlind(java.lang.String command)
commandBlind

Parameters:
command - String

commandBool

public boolean commandBool(java.lang.String command)
commandBool

Parameters:
command - String

commandString

public java.lang.String commandString(java.lang.String command)
commandString

Parameters:
command - String

setPark

public void setPark()
setPark


setupDialog

public void setupDialog()
setupDialog


park

public void park()
park


openShutter

public void openShutter()
openShutter


closeShutter

public void closeShutter()
closeShutter


findHome

public void findHome()
findHome


syncToAzimuth

public void syncToAzimuth()
syncToAzimuth


slewToAzimuth

public void slewToAzimuth(double azimuth)
slewToAzimuth

Parameters:
azimuth - double

slewToAltitude

public void slewToAltitude(double altitude)
slewToAltitude

Parameters:
altitude - double

close

public void close()
close

Overrides:
close in class DomeProperties