com.jeamy.jascom
Class Properties

java.lang.Object
  extended by com.jeamy.jascom.Properties
Direct Known Subclasses:
DomeProperties, TelescopeProperties

public class Properties
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 Properties()
          Properties
  Properties(java.lang.String driverID)
          Properties
 
Method Summary
 double altitude()
           
 boolean atHome()
           
 boolean atPark()
           
 double azimuth()
           
 boolean canFindHome()
           
 boolean canPark()
           
 boolean canSetPark()
           
 void close()
          close
 boolean connected()
           
 java.lang.String description()
           
 java.lang.String driverInfo()
           
 java.lang.String driverVersion()
           
 int interfaceVersion()
           
 java.lang.String name()
           
 void setConnected(boolean Connected)
           
 boolean slewing()
           
 
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

Properties

protected Properties()
Properties


Properties

public Properties(java.lang.String driverID)
Properties

Parameters:
driverID - String
Method Detail

slewing

public boolean slewing()

name

public java.lang.String name()

interfaceVersion

public int interfaceVersion()

driverVersion

public java.lang.String driverVersion()

driverInfo

public java.lang.String driverInfo()

description

public java.lang.String description()

setConnected

public void setConnected(boolean Connected)

connected

public boolean connected()

canSetPark

public boolean canSetPark()

canPark

public boolean canPark()

canFindHome

public boolean canFindHome()

azimuth

public double azimuth()

atPark

public boolean atPark()

atHome

public boolean atHome()

altitude

public double altitude()

close

public void close()
close