|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.minetti.astrodevice.server.plugin.telescope.EquatorialTelescopeInfo
public final class EquatorialTelescopeInfo
Device information for equatorial telescope.
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 |
|---|
public EquatorialTelescopeInfo(String firmwareVersion,
long raMotorStepsCount,
long decMotorStepsCount)
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 |
|---|
public String getFirmwareVersion()
public long getRaMotorStepsCount()
public long getDecMotorStepsCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||