
public class StatusDataPublishedByLoaderCarrier extends Object implements Serializable
| Constructor and Description |
|---|
StatusDataPublishedByLoaderCarrier() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrent() |
int |
getPosition() |
long |
getProfileAcceleration() |
long |
getProfileDeceleration() |
long |
getProfileVelocity() |
int |
getSpeed() |
boolean |
isAtEngaged() |
boolean |
isAtHandoff() |
boolean |
isAtStorage() |
boolean |
isControllerInError() |
boolean |
isHomingDone() |
boolean |
isInError() |
boolean |
isLimitSwitchDownInError() |
boolean |
isLimitSwitchUpInError() |
void |
setAtEngaged(boolean engagedSensorValue0) |
void |
setAtHandoff(boolean handoffSensorValue0) |
void |
setAtStorage(boolean storageSensorValue0) |
void |
setControllerInError(boolean controllerInError) |
void |
setCurrent(int current) |
void |
setHomingDone(boolean homingDone) |
void |
setLimitSwitchDownInError(boolean limitSwitchDownInError) |
void |
setLimitSwitchUpInError(boolean limitSwitchUpInError) |
void |
setPosition(int position) |
void |
setProfileAcceleration(long profileAcceleration) |
void |
setProfileDeceleration(long profileDeceleration) |
void |
setProfileVelocity(long profileVelocity) |
void |
setSpeed(int speed) |
public void setPosition(int position)
public void setSpeed(int speed)
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 void setCurrent(int current)
public int getPosition()
public int getSpeed()
public int getCurrent()
public boolean isInError()
public boolean isAtStorage()
public void setAtStorage(boolean storageSensorValue0)
public boolean isAtHandoff()
public void setAtHandoff(boolean handoffSensorValue0)
public boolean isAtEngaged()
public void setAtEngaged(boolean engagedSensorValue0)
public boolean isControllerInError()
public void setControllerInError(boolean controllerInError)
public boolean isLimitSwitchDownInError()
public void setLimitSwitchDownInError(boolean limitSwitchDownInError)
public boolean isLimitSwitchUpInError()
public void setLimitSwitchUpInError(boolean limitSwitchUpInError)
public boolean isHomingDone()
public void setHomingDone(boolean homingDone)
Copyright © 2022 LSST. All rights reserved.