|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UsbEquatorialTelescope
Interface for manage an equatorial telescope by USB.
Method Summary | |
---|---|
EquatorialTelescopeInfo |
getInfo()
Returns the device information for equatorial telescope. |
long |
getMotorValue(EquatorialMotorType motor)
Returns the value assigned to the current position of a motor. |
void |
initMotorValue(long raValue,
long decValue)
Initializes the values assigned to the current position of RA and DEC motors. |
void |
setMotorValue(EquatorialMotorType motor,
long value)
Changes the value assigned to the current position of a motor. |
Methods inherited from interface org.minetti.astrodevice.server.plugin.driver.DeviceDriver |
---|
close, getPlugin, isOpened, open |
Method Detail |
---|
EquatorialTelescopeInfo getInfo()
void initMotorValue(long raValue, long decValue) throws AstroDevicePluginException
raValue
- New value assigned to the current position of right ascension motor (RA).decValue
- New value assigned to the current position of declination motor (DEC).
AstroDevicePluginException
- Exception if an error occurred.long getMotorValue(EquatorialMotorType motor) throws AstroDevicePluginException
motor
- Motor (RA or DEC).
AstroDevicePluginException
- Exception if an error occurred.void setMotorValue(EquatorialMotorType motor, long value) throws AstroDevicePluginException
motor
- Motor (RA or DEC).value
- New value assigned to the current position of a motor.
AstroDevicePluginException
- Exception if an error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |