JSci.astro.telescope
Interface LX200Remote

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
LX200DebugServer, LX200Server

public interface LX200Remote
extends java.rmi.Remote


Method Summary
 java.lang.String getDec()
           
 java.lang.String getRA()
           
 void setFocusRate(int rate)
           
 void setObjectCoords(java.lang.String ra, java.lang.String dec)
           
 void setSlewRate(int rate)
           
 int slewToObject()
           
 void startFocus(int direction)
           
 void startSlew(int direction)
           
 void stopFocus()
           
 void stopSlew(int direction)
           
 void syncCoords()
           
 

Method Detail

setFocusRate

void setFocusRate(int rate)
                  throws java.io.IOException,
                         java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

startFocus

void startFocus(int direction)
                throws java.io.IOException,
                       java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

stopFocus

void stopFocus()
               throws java.io.IOException,
                      java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

setSlewRate

void setSlewRate(int rate)
                 throws java.io.IOException,
                        java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

startSlew

void startSlew(int direction)
               throws java.io.IOException,
                      java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

stopSlew

void stopSlew(int direction)
              throws java.io.IOException,
                     java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

getRA

java.lang.String getRA()
                       throws java.io.IOException,
                              java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

getDec

java.lang.String getDec()
                        throws java.io.IOException,
                               java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

setObjectCoords

void setObjectCoords(java.lang.String ra,
                     java.lang.String dec)
                     throws java.io.IOException,
                            java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

slewToObject

int slewToObject()
                 throws java.io.IOException,
                        java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

syncCoords

void syncCoords()
                throws java.io.IOException,
                       java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException