public class StatusDataPublishedByEPOSController extends StatusDataPublishedByCanOpenDevice
| Constructor and Description |
|---|
StatusDataPublishedByEPOSController(boolean isBooted,
boolean isInitialized) |
StatusDataPublishedByEPOSController(boolean isBooted,
boolean isInitialized,
boolean inError,
String errorRegister,
int errorHistoryNB,
int lastErrorCode,
String lastErrorName) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAverageCurrent() |
int |
getCurrent() |
int |
getFollowingError() |
EPOSEnumerations.EposMode |
getMode() |
int |
getPosition() |
long |
getProfileAcceleration() |
long |
getProfileDeceleration() |
long |
getProfileVelocity() |
EPOSEnumerations.EposState |
getState() |
int |
getVelocity() |
boolean |
isBrakeActivated() |
boolean |
isControllerWithBrake() |
void |
setAverageCurrent(int averageCurrent) |
void |
setBrakeActivated(boolean brakeActivated) |
void |
setControllerWithBrake(boolean controllerWithBrake) |
void |
setCurrent(int current) |
void |
setFollowingError(int followingError) |
void |
setMode(EPOSEnumerations.EposMode mode) |
void |
setPosition(int position) |
void |
setProfileAcceleration(long profileAcceleration) |
void |
setProfileDeceleration(long profileDeceleration) |
void |
setProfileVelocity(long profileVelocity) |
void |
setState(EPOSEnumerations.EposState state) |
void |
setVelocity(int velocity) |
getErrorHistoryNB, getErrorRegister, getLastErrorCode, getLastErrorName, isInErrorisBooted, isInitialized, setBooted, setInitializedpublic StatusDataPublishedByEPOSController(boolean isBooted,
boolean isInitialized)
public EPOSEnumerations.EposMode getMode()
public void setMode(EPOSEnumerations.EposMode mode)
public boolean isControllerWithBrake()
public void setControllerWithBrake(boolean controllerWithBrake)
public boolean isBrakeActivated()
public void setBrakeActivated(boolean brakeActivated)
public EPOSEnumerations.EposState getState()
public void setState(EPOSEnumerations.EposState state)
public int getCurrent()
public void setCurrent(int current)
public int getPosition()
public void setPosition(int position)
public int getVelocity()
public void setVelocity(int velocity)
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 int getAverageCurrent()
public void setAverageCurrent(int averageCurrent)
public int getFollowingError()
public void setFollowingError(int followingError)
Copyright © 2024 LSST. All rights reserved.