public class Fcs_LatchXplusControllerTelemetry extends CameraTelemetry
| Modifier and Type | Class and Description |
|---|---|
static class |
Fcs_LatchXplusControllerTelemetry.Builder |
| Constructor and Description |
|---|
Fcs_LatchXplusControllerTelemetry(boolean booted,
boolean brakeActivated,
boolean controllerWithBrake,
int current,
int errorHistoryNB,
String errorRegister,
boolean inError,
boolean initialized,
int lastErrorCode,
String lastErrorName,
String mode,
int position,
String state,
int velocity) |
| Modifier and Type | Method and Description |
|---|---|
static Fcs_LatchXplusControllerTelemetry.Builder |
builder() |
int |
getCurrent() |
int |
getErrorHistoryNB() |
String |
getErrorRegister() |
int |
getLastErrorCode() |
String |
getLastErrorName() |
String |
getMode() |
int |
getPosition() |
String |
getState() |
int |
getVelocity() |
boolean |
isBooted() |
boolean |
isBrakeActivated() |
boolean |
isControllerWithBrake() |
boolean |
isInError() |
boolean |
isInitialized() |
String |
toString() |
public Fcs_LatchXplusControllerTelemetry(boolean booted,
boolean brakeActivated,
boolean controllerWithBrake,
int current,
int errorHistoryNB,
String errorRegister,
boolean inError,
boolean initialized,
int lastErrorCode,
String lastErrorName,
String mode,
int position,
String state,
int velocity)
public boolean isBooted()
public boolean isBrakeActivated()
public boolean isControllerWithBrake()
public int getCurrent()
public int getErrorHistoryNB()
public String getErrorRegister()
public boolean isInError()
public boolean isInitialized()
public int getLastErrorCode()
public String getLastErrorName()
public String getMode()
public int getPosition()
public String getState()
public int getVelocity()
public static Fcs_LatchXplusControllerTelemetry.Builder builder()
Copyright © 2022. All rights reserved.