|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomeCapabilities
Object representing all capabilities of a dome.
Method Summary | |
---|---|
boolean |
canFindHome()
Returns TRUE if driver can do a search for home position. |
boolean |
canPark()
Returns TRUE if driver is capable of rotating dome in azimuth to park position. |
boolean |
canSetAltitude()
Returns TRUE if driver is capable of setting dome altitude. |
boolean |
canSetAzimuth()
Returns TRUE if driver is capable of setting dome azimuth. |
boolean |
canSetPark()
Returns TRUE if driver can set the dome park position. |
boolean |
canSetShutter()
Returns TRUE if driver is capable of automatically operating shutter. |
boolean |
canSlave()
Returns TRUE if the dome hardware supports slaving to a telescope. |
boolean |
canSyncAzimuth()
Returns TRUE if driver is capable of synchronizing the dome azimuth position using the
DomeOrbProcess.syncToAzimuth(long, double) method. |
Method Detail |
---|
boolean canSetShutter()
TRUE
if driver is capable of automatically operating shutter.
TRUE
if driver is capable of automatically operating shutter.boolean canFindHome()
TRUE
if driver can do a search for home position.
TRUE
if driver can do a search for home position.boolean canPark()
TRUE
if driver is capable of rotating dome in azimuth to park position.
TRUE
if driver is capable of rotating dome in azimuth to park position.boolean canSetPark()
TRUE
if driver can set the dome park position.
TRUE
if driver can set the dome park position.boolean canSetAzimuth()
TRUE
if driver is capable of setting dome azimuth.
TRUE
if driver is capable of setting dome azimuth.boolean canSetAltitude()
TRUE
if driver is capable of setting dome altitude.
TRUE
if driver is capable of setting dome altitude.boolean canSyncAzimuth()
TRUE
if driver is capable of synchronizing the dome azimuth position using the
DomeOrbProcess.syncToAzimuth(long, double)
method.
TRUE
if driver is capable of synchronizing the dome azimuth position using the
DomeOrbProcess.syncToAzimuth(long, double)
method.boolean canSlave()
TRUE
if the dome hardware supports slaving to a telescope.
See the notes for the DomeOrbProcess.setSlaved(long, boolean)
method.
TRUE
if the dome hardware supports slaving to a telescope.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |