|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--scopeDataTransporter.TelescopeDataTransporter
Field Summary | |
private int |
alignmentMode
|
private double |
alt
|
private double |
apertureDiameter
|
private double |
az
|
private boolean |
canFindHome
|
private boolean |
canPark
|
private boolean |
canSettracking
|
private boolean |
canSlew
|
private boolean |
canSlewAsync
|
private boolean |
canSync
|
private boolean |
canUnpark
|
private boolean |
connected
|
private double |
dec
|
private double |
declinationRate
|
private java.lang.String |
description
|
private java.lang.String |
driverInfo
|
private double |
focalLength
|
private java.util.Vector |
loggedInUsers
|
private boolean |
LogoutStatus
|
private double |
lst
|
private java.util.Vector |
messages
|
private java.lang.String |
name
|
private boolean |
parked
|
private double |
ra
|
private double |
rightAscensionRate
|
private boolean |
simAlignMode
|
private boolean |
simAltAzCoord
|
private boolean |
simAsyncSlewing
|
private boolean |
simCoordMatching
|
private boolean |
simDateTime
|
private boolean |
simEquCoord
|
private boolean |
simFocalLenAperture
|
private boolean |
simLatLongElev
|
private boolean |
simParkUnpark
|
private boolean |
simSetTracking
|
private boolean |
simSiderial
|
private boolean |
simSlewing
|
private double |
siteElevation
|
private double |
siteLatitude
|
private double |
siteLongitude
|
private boolean |
slewing
|
private int |
slewSettleTime
|
private double |
targetDeclination
|
private double |
targetRightAscension
|
private java.lang.String |
telescopeStatus
|
private boolean |
tracking
|
private boolean |
useJavaSimulator
|
private java.lang.String |
UTCDate
|
Constructor Summary | |
TelescopeDataTransporter()
ChartDataTransporter constructor comment. |
Method Summary | |
void |
addMessage(java.lang.String msg)
Insert the method's description here. |
java.lang.String |
fetchMessage(int index)
Insert the method's description here. |
int |
getAlignmentMode()
Insert the method's description here. |
double |
getAlt()
Insert the method's description here. |
double |
getApertureDiameter()
Insert the method's description here. |
double |
getAz()
Insert the method's description here. |
double |
getDec()
Insert the method's description here. |
double |
getDeclinationRate()
Insert the method's description here. |
java.lang.String |
getDescription()
Insert the method's description here. |
java.lang.String |
getDriverInfo()
Insert the method's description here. |
double |
getFocalLength()
Insert the method's description here. |
java.util.Vector |
getLoggedInUsers()
Insert the method's description here. |
double |
getLst()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
double |
getRa()
Insert the method's description here. |
double |
getRightAscensionRate()
Insert the method's description here. |
double |
getSiteElevation()
Insert the method's description here. |
double |
getSiteLatitude()
Insert the method's description here. |
double |
getSiteLongitude()
Insert the method's description here. |
int |
getSlewSettleTime()
Insert the method's description here. |
double |
getTargetDeclination()
Insert the method's description here. |
double |
getTargetRightAscension()
Insert the method's description here. |
java.lang.String |
getTelescopeStatus()
Insert the method's description here. |
protected java.net.URL |
getURL(java.lang.String filename)
Insert the method's description here. |
java.lang.String |
getUTCDate()
Insert the method's description here. |
boolean |
isCanFindHome()
Insert the method's description here. |
boolean |
isCanPark()
Insert the method's description here. |
boolean |
isCanSettracking()
Insert the method's description here. |
boolean |
isCanSlew()
Insert the method's description here. |
boolean |
isCanSlewAsync()
Insert the method's description here. |
boolean |
isCanSync()
Insert the method's description here. |
boolean |
isCanUnpark()
Insert the method's description here. |
boolean |
isConnected()
Insert the method's description here. |
boolean |
isLogoutStatus()
Returns the logoutStatus. |
boolean |
isParked()
Insert the method's description here. |
boolean |
isSimAlignMode()
Insert the method's description here. |
boolean |
isSimAltAzCoord()
Insert the method's description here. |
boolean |
isSimAsyncSlewing()
Insert the method's description here. |
boolean |
isSimCoordMatching()
Insert the method's description here. |
boolean |
isSimDateTime()
Insert the method's description here. |
boolean |
isSimEquCoord()
Insert the method's description here. |
boolean |
isSimFocalLenAperture()
Insert the method's description here. |
boolean |
isSimLatLongElev()
Insert the method's description here. |
boolean |
isSimParkUnpark()
Insert the method's description here. |
boolean |
isSimSetTracking()
Insert the method's description here. |
boolean |
isSimSiderial()
Insert the method's description here. |
boolean |
isSimSlewing()
Insert the method's description here. |
boolean |
isSlewing()
Insert the method's description here. |
boolean |
isTracking()
Insert the method's description here. |
boolean |
isUseJavaSimulator()
Insert the method's description here. |
void |
setAlignmentMode(int newAlignmentMode)
Insert the method's description here. |
void |
setAlt(double newAlt)
Insert the method's description here. |
void |
setApertureDiameter(double newApertureDiameter)
Insert the method's description here. |
void |
setAz(double newAz)
Insert the method's description here. |
void |
setCanFindHome(boolean newCanFindHome)
Insert the method's description here. |
void |
setCanPark(boolean newCanPark)
Insert the method's description here. |
void |
setCanSettracking(boolean newCanSettracking)
Insert the method's description here. |
void |
setCanSlew(boolean newCanSlew)
Insert the method's description here. |
void |
setCanSlewAsync(boolean newCanSlewAsync)
Insert the method's description here. |
void |
setCanSync(boolean newCanSync)
Insert the method's description here. |
void |
setCanUnpark(boolean newCanUnpark)
Insert the method's description here. |
void |
setConnected(boolean newConnected)
Insert the method's description here. |
void |
setDec(double newDec)
Insert the method's description here. |
void |
setDeclinationRate(double newDeclinationRate)
Insert the method's description here. |
void |
setDescription(java.lang.String newDescription)
Insert the method's description here. |
void |
setDriverInfo(java.lang.String newDriverInfo)
Insert the method's description here. |
void |
setFocalLength(double newFocalLength)
Insert the method's description here. |
void |
setLoggedInUsers(java.util.Vector newLoggedInUsers)
Insert the method's description here. |
void |
setLogoutStatus(boolean logoutStatus)
Sets the logoutStatus. |
void |
setLst(double newLst)
Insert the method's description here. |
void |
setName(java.lang.String newName)
Insert the method's description here. |
void |
setParked(boolean newParked)
Insert the method's description here. |
void |
setRa(double newRa)
Insert the method's description here. |
void |
setRightAscensionRate(double newRightAscensionRate)
Insert the method's description here. |
void |
setSimAlignMode(boolean newSimAlignMode)
Insert the method's description here. |
void |
setSimAltAzCoord(boolean newSimAltAzCoord)
Insert the method's description here. |
void |
setSimAsyncSlewing(boolean newSimAsyncSlewing)
Insert the method's description here. |
void |
setSimCoordMatching(boolean newSimCoordMatching)
Insert the method's description here. |
void |
setSimDateTime(boolean newSimDateTime)
Insert the method's description here. |
void |
setSimEquCoord(boolean newSimEquCoord)
Insert the method's description here. |
void |
setSimFocalLenAperture(boolean newSimFocalLenAperture)
Insert the method's description here. |
void |
setSimLatLongElev(boolean newSimLatLongElev)
Insert the method's description here. |
void |
setSimParkUnpark(boolean newSimParkUnpark)
Insert the method's description here. |
void |
setSimSetTracking(boolean newSimSetTracking)
Insert the method's description here. |
void |
setSimSiderial(boolean newSimSiderial)
Insert the method's description here. |
void |
setSimSlewing(boolean newSimSlewing)
Insert the method's description here. |
void |
setSiteElevation(double newSiteElevation)
Insert the method's description here. |
void |
setSiteLatitude(double newSiteLatitude)
Insert the method's description here. |
void |
setSiteLongitude(double newSiteLongitude)
Insert the method's description here. |
void |
setSlewing(boolean newSlewing)
Insert the method's description here. |
void |
setSlewSettleTime(int newSlewSettleTime)
Insert the method's description here. |
void |
setTargetDeclination(double newTargetDeclination)
Insert the method's description here. |
void |
setTargetRightAscension(double newTargetRightAscension)
Insert the method's description here. |
void |
setTelescopeStatus(java.lang.String newTelescopeStatus)
Insert the method's description here. |
void |
setTracking(boolean newTracking)
Insert the method's description here. |
void |
setUseJavaSimulator(boolean newUseJavaSimulator)
Insert the method's description here. |
void |
setUTCDate(java.lang.String newUTCDate)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private boolean LogoutStatus
private java.lang.String telescopeStatus
private double lst
private double ra
private double dec
private double az
private double alt
private double declinationRate
private double rightAscensionRate
private double targetDeclination
private double targetRightAscension
private java.lang.String UTCDate
private int slewSettleTime
private boolean slewing
private boolean tracking
private boolean parked
private int alignmentMode
private double apertureDiameter
private boolean connected
private java.lang.String description
private java.lang.String driverInfo
private double focalLength
private java.lang.String name
private double siteElevation
private double siteLatitude
private double siteLongitude
private boolean canFindHome
private boolean canPark
private boolean canSettracking
private boolean canSlew
private boolean canSlewAsync
private boolean canSync
private boolean canUnpark
private boolean simEquCoord
private boolean simAltAzCoord
private boolean simLatLongElev
private boolean simDateTime
private boolean simSiderial
private boolean simSetTracking
private boolean simSlewing
private boolean simAsyncSlewing
private boolean simCoordMatching
private boolean simParkUnpark
private boolean simAlignMode
private boolean simFocalLenAperture
private java.util.Vector loggedInUsers
private java.util.Vector messages
private boolean useJavaSimulator
Constructor Detail |
public TelescopeDataTransporter()
Method Detail |
public void addMessage(java.lang.String msg)
msg
- java.lang.Stringpublic java.lang.String fetchMessage(int index)
index
- int
public int getAlignmentMode()
public double getAlt()
public double getApertureDiameter()
public double getAz()
public double getDec()
public double getDeclinationRate()
public java.lang.String getDescription()
public java.lang.String getDriverInfo()
public double getFocalLength()
public java.util.Vector getLoggedInUsers()
public double getLst()
public java.lang.String getName()
public double getRa()
public double getRightAscensionRate()
public double getSiteElevation()
public double getSiteLatitude()
public double getSiteLongitude()
public int getSlewSettleTime()
public double getTargetDeclination()
public double getTargetRightAscension()
public java.lang.String getTelescopeStatus()
protected java.net.URL getURL(java.lang.String filename)
public java.lang.String getUTCDate()
public boolean isCanFindHome()
public boolean isCanPark()
public boolean isCanSettracking()
public boolean isCanSlew()
public boolean isCanSlewAsync()
public boolean isCanSync()
public boolean isCanUnpark()
public boolean isConnected()
public boolean isParked()
public boolean isSimAlignMode()
public boolean isSimAltAzCoord()
public boolean isSimAsyncSlewing()
public boolean isSimCoordMatching()
public boolean isSimDateTime()
public boolean isSimEquCoord()
public boolean isSimFocalLenAperture()
public boolean isSimLatLongElev()
public boolean isSimParkUnpark()
public boolean isSimSetTracking()
public boolean isSimSiderial()
public boolean isSimSlewing()
public boolean isSlewing()
public boolean isTracking()
public boolean isUseJavaSimulator()
public void setAlignmentMode(int newAlignmentMode)
newAlignmentMode
- intpublic void setAlt(double newAlt)
newAlt
- java.lang.Stringpublic void setApertureDiameter(double newApertureDiameter)
newApertureDiameter
- doublepublic void setAz(double newAz)
newAz
- java.lang.Stringpublic void setCanFindHome(boolean newCanFindHome)
newCanFindHome
- booleanpublic void setCanPark(boolean newCanPark)
newCanPark
- booleanpublic void setCanSettracking(boolean newCanSettracking)
newCanSettracking
- booleanpublic void setCanSlew(boolean newCanSlew)
newCanSlew
- booleanpublic void setCanSlewAsync(boolean newCanSlewAsync)
newCanSlewAsync
- booleanpublic void setCanSync(boolean newCanSync)
newCanSync
- booleanpublic void setCanUnpark(boolean newCanUnpark)
newCanUnpark
- booleanpublic void setConnected(boolean newConnected)
newConnected
- booleanpublic void setDec(double newDec)
newDec
- java.lang.Stringpublic void setDeclinationRate(double newDeclinationRate)
newDeclinationRate
- doublepublic void setDescription(java.lang.String newDescription)
newDescription
- java.lang.Stringpublic void setDriverInfo(java.lang.String newDriverInfo)
newDriverInfo
- java.lang.Stringpublic void setFocalLength(double newFocalLength)
newFocalLength
- doublepublic void setLoggedInUsers(java.util.Vector newLoggedInUsers)
newLoggedInUsers
- java.util.Vectorpublic void setLst(double newLst)
newLst
- java.lang.Stringpublic void setName(java.lang.String newName)
newName
- java.lang.Stringpublic void setParked(boolean newParked)
newParked
- booleanpublic void setRa(double newRa)
newRa
- java.lang.Stringpublic void setRightAscensionRate(double newRightAscensionRate)
newRightAscensionRate
- doublepublic void setSimAlignMode(boolean newSimAlignMode)
newSimAlignMode
- booleanpublic void setSimAltAzCoord(boolean newSimAltAzCoord)
newSimAltAzCoord
- booleanpublic void setSimAsyncSlewing(boolean newSimAsyncSlewing)
newSimAsyncSlewing
- booleanpublic void setSimCoordMatching(boolean newSimCoordMatching)
newSimCoordMatching
- booleanpublic void setSimDateTime(boolean newSimDateTime)
newSimDateTime
- booleanpublic void setSimEquCoord(boolean newSimEquCoord)
newSimEquCoord
- booleanpublic void setSimFocalLenAperture(boolean newSimFocalLenAperture)
newSimFocalLenAperture
- booleanpublic void setSimLatLongElev(boolean newSimLatLongElev)
newSimLatLongElev
- booleanpublic void setSimParkUnpark(boolean newSimParkUnpark)
newSimParkUnpark
- booleanpublic void setSimSetTracking(boolean newSimSetTracking)
newSimSetTracking
- booleanpublic void setSimSiderial(boolean newSimSiderial)
newSimSiderial
- booleanpublic void setSimSlewing(boolean newSimSlewing)
newSimSlewing
- booleanpublic void setSiteElevation(double newSiteElevation)
newSiteElevation
- doublepublic void setSiteLatitude(double newSiteLatitude)
newSiteLatitude
- doublepublic void setSiteLongitude(double newSiteLongitude)
newSiteLongitude
- doublepublic void setSlewing(boolean newSlewing)
newSlewing
- booleanpublic void setSlewSettleTime(int newSlewSettleTime)
newSlewSettleTime
- intpublic void setTargetDeclination(double newTargetDeclination)
newTargetDeclination
- doublepublic void setTargetRightAscension(double newTargetRightAscension)
newTargetRightAscension
- doublepublic void setTelescopeStatus(java.lang.String newTelescopeStatus)
newTelescopeStatus
- java.lang.Stringpublic void setTracking(boolean newTracking)
newTracking
- booleanpublic void setUseJavaSimulator(boolean newUseJavaSimulator)
newUseJavaSimulator
- booleanpublic void setUTCDate(java.lang.String newUTCDate)
newUTCDate
- java.lang.Stringpublic boolean isLogoutStatus()
public void setLogoutStatus(boolean logoutStatus)
logoutStatus
- The logoutStatus to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |