org.minetti.astrodevice.server.plugin.telescope
Class EquatorialTelescopeInfo

java.lang.Object
  extended by org.minetti.astrodevice.server.plugin.telescope.EquatorialTelescopeInfo
All Implemented Interfaces:
Serializable

public final class EquatorialTelescopeInfo
extends Object
implements Serializable

Device information for equatorial telescope.

Author:
Jean-Philippe MINETTI
See Also:
DeviceDriver.open(), Serialized Form

Constructor Summary
EquatorialTelescopeInfo(String firmwareVersion, long raMotorStepsCount, long decMotorStepsCount)
          Constructor.
 
Method Summary
 long getDecMotorStepsCount()
          Returns the steps count of declination motor for perform one full turn.
 String getFirmwareVersion()
          Returns the firmware version of equatorial telescope.
 long getRaMotorStepsCount()
          Returns the steps count of right ascension motor for perform one full turn.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquatorialTelescopeInfo

public EquatorialTelescopeInfo(String firmwareVersion,
                               long raMotorStepsCount,
                               long decMotorStepsCount)
Constructor.

Parameters:
firmwareVersion - Firmware version of equatorial telescope.
raMotorStepsCount - Steps count of right ascension motor for perform one full turn.
decMotorStepsCount - Steps count of declination motor for perform one full turn.
Method Detail

getFirmwareVersion

public String getFirmwareVersion()
Returns the firmware version of equatorial telescope.

Returns:
Firmware version.

getRaMotorStepsCount

public long getRaMotorStepsCount()
Returns the steps count of right ascension motor for perform one full turn.

Returns:
Steps count of right ascension motor.

getDecMotorStepsCount

public long getDecMotorStepsCount()
Returns the steps count of declination motor for perform one full turn.

Returns:
Steps count of declination motor.


Copyright © 2012 astroDevice. All Rights Reserved.