public class Fcs_CarrierTelemetry extends CameraTelemetry
| Modifier and Type | Class and Description |
|---|---|
static class |
Fcs_CarrierTelemetry.Builder |
| Constructor and Description |
|---|
Fcs_CarrierTelemetry(boolean atEngaged,
boolean atHandoff,
boolean atStorage,
boolean controllerInError,
int current,
boolean engagedSensorOn,
boolean homingDone,
boolean limitSwitchDownInError,
boolean limitSwitchUpInError,
int position,
long profileAcceleration,
long profileDeceleration,
long profileVelocity,
int speed) |
| Modifier and Type | Method and Description |
|---|---|
static Fcs_CarrierTelemetry.Builder |
builder() |
int |
getCurrent() |
int |
getPosition() |
long |
getProfileAcceleration() |
long |
getProfileDeceleration() |
long |
getProfileVelocity() |
int |
getSpeed() |
boolean |
isAtEngaged() |
boolean |
isAtHandoff() |
boolean |
isAtStorage() |
boolean |
isControllerInError() |
boolean |
isEngagedSensorOn() |
boolean |
isHomingDone() |
boolean |
isLimitSwitchDownInError() |
boolean |
isLimitSwitchUpInError() |
String |
toString() |
public Fcs_CarrierTelemetry(boolean atEngaged,
boolean atHandoff,
boolean atStorage,
boolean controllerInError,
int current,
boolean engagedSensorOn,
boolean homingDone,
boolean limitSwitchDownInError,
boolean limitSwitchUpInError,
int position,
long profileAcceleration,
long profileDeceleration,
long profileVelocity,
int speed)
public boolean isAtEngaged()
public boolean isAtHandoff()
public boolean isAtStorage()
public boolean isControllerInError()
public int getCurrent()
public boolean isEngagedSensorOn()
public boolean isHomingDone()
public boolean isLimitSwitchDownInError()
public boolean isLimitSwitchUpInError()
public int getPosition()
public long getProfileAcceleration()
public long getProfileDeceleration()
public long getProfileVelocity()
public int getSpeed()
public static Fcs_CarrierTelemetry.Builder builder()
Copyright © 2023. All rights reserved.