public class StatusDataPublishedByCarousel extends Object implements Serializable
| Constructor and Description |
|---|
StatusDataPublishedByCarousel()
To create a new StatusDataPublishedByCarousel with default values.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCurrent() |
String |
getFilterAtStandbyName() |
String |
getFilterOnAutochangerName() |
int |
getPosition() |
long |
getProfileAcceleration() |
long |
getProfileDeceleration() |
long |
getProfileVelocity() |
long |
getRotationTimeout() |
int |
getSocketAtStandbyID() |
String |
getSocketAtStandbyName() |
double |
getVelocity() |
boolean |
isAf3() |
boolean |
isAf3InError() |
boolean |
isAp1() |
boolean |
isAp1InError() |
boolean |
isAp2() |
boolean |
isAp2InError() |
boolean |
isAp3() |
boolean |
isAp3InError() |
boolean |
isAtStandby() |
boolean |
isEmptyAtStandby() |
boolean |
isHomingDone() |
boolean |
isLocked() |
boolean |
isOUT_CF0_InError() |
boolean |
isOUT_CF0() |
boolean |
isOUT_CF1_InError() |
boolean |
isOUT_CF1() |
boolean |
isOUT_CFC_InError() |
boolean |
isOUT_CFC() |
boolean |
isOUT_CS_InError() |
boolean |
isOUT_CS() |
void |
setAf3(boolean af3) |
void |
setAf3InError(boolean af3InError) |
void |
setAp1(boolean ap1) |
void |
setAp1InError(boolean ap1InError) |
void |
setAp2(boolean ap2) |
void |
setAp2InError(boolean ap2InError) |
void |
setAp3(boolean ap3) |
void |
setAp3InError(boolean ap3InError) |
void |
setAtStandby(boolean atStandby) |
void |
setCurrent(double current) |
void |
setEmptyAtStandby(boolean emptyAtStandby) |
void |
setFilterAtStandbyName(String filterInStandbyName) |
void |
setFilterOnAutochangerName(String filterOnAutochangerName) |
void |
setHomingDone(boolean homingDone) |
void |
setLocked(boolean locked) |
void |
setOUT_CF0_InError(boolean OUT_CF0_InError) |
void |
setOUT_CF0(boolean OUT_CF0) |
void |
setOUT_CF1_InError(boolean OUT_CF1_InError) |
void |
setOUT_CF1(boolean OUT_CF1) |
void |
setOUT_CFC_InError(boolean OUT_CFC_InError) |
void |
setOUT_CFC(boolean OUT_CFC) |
void |
setOUT_CS_InError(boolean OUT_CS_InError) |
void |
setOUT_CS(boolean OUT_CS) |
void |
setPosition(int position) |
void |
setProfileAcceleration(long profileAcceleration) |
void |
setProfileDeceleration(long profileDeceleration) |
void |
setProfileVelocity(long profileVelocity) |
void |
setRotationTimeout(long rotationTimeout) |
void |
setSocketAtStandbyID(int socketAtStandbyID) |
void |
setSocketAtStandbyName(String socketAtStandbyName) |
void |
setVelocity(double speed) |
public StatusDataPublishedByCarousel()
public boolean isLocked()
public void setLocked(boolean locked)
public int getPosition()
public String getFilterAtStandbyName()
public void setFilterAtStandbyName(String filterInStandbyName)
public boolean isHomingDone()
public void setHomingDone(boolean homingDone)
public String getFilterOnAutochangerName()
public void setFilterOnAutochangerName(String filterOnAutochangerName)
public String getSocketAtStandbyName()
public void setSocketAtStandbyName(String socketAtStandbyName)
public void setPosition(int position)
public boolean isAtStandby()
public void setAtStandby(boolean atStandby)
public boolean isEmptyAtStandby()
public void setEmptyAtStandby(boolean emptyAtStandby)
public double getVelocity()
public void setVelocity(double speed)
public double getCurrent()
public void setCurrent(double current)
public int getSocketAtStandbyID()
public void setSocketAtStandbyID(int socketAtStandbyID)
public boolean isAp1()
public void setAp1(boolean ap1)
public boolean isAp2()
public void setAp2(boolean ap2)
public boolean isAp3()
public void setAp3(boolean ap3)
public boolean isAf3()
public void setAf3(boolean af3)
public boolean isAf3InError()
public void setAf3InError(boolean af3InError)
public boolean isAp1InError()
public void setAp1InError(boolean ap1InError)
public boolean isAp2InError()
public void setAp2InError(boolean ap2InError)
public boolean isAp3InError()
public void setAp3InError(boolean ap3InError)
public long getProfileVelocity()
public void setProfileVelocity(long profileVelocity)
public long getProfileAcceleration()
public void setProfileAcceleration(long profileAcceleration)
public long getProfileDeceleration()
public void setProfileDeceleration(long profileDeceleration)
public long getRotationTimeout()
public void setRotationTimeout(long rotationTimeout)
public boolean isOUT_CF0()
public void setOUT_CF0(boolean OUT_CF0)
public boolean isOUT_CF1()
public void setOUT_CF1(boolean OUT_CF1)
public boolean isOUT_CFC()
public void setOUT_CFC(boolean OUT_CFC)
public boolean isOUT_CS()
public void setOUT_CS(boolean OUT_CS)
public boolean isOUT_CF0_InError()
public void setOUT_CF0_InError(boolean OUT_CF0_InError)
public boolean isOUT_CF1_InError()
public void setOUT_CF1_InError(boolean OUT_CF1_InError)
public boolean isOUT_CFC_InError()
public void setOUT_CFC_InError(boolean OUT_CFC_InError)
public boolean isOUT_CS_InError()
public void setOUT_CS_InError(boolean OUT_CS_InError)
Copyright © 2020 LSST. All rights reserved.