public class Fcs_AcTruckXminusTelemetry extends CameraTelemetry
| Modifier and Type | Class and Description |
|---|---|
static class |
Fcs_AcTruckXminusTelemetry.Builder |
| Constructor and Description |
|---|
Fcs_AcTruckXminusTelemetry(int averageCurrent,
int followingError,
boolean handoffInError,
boolean handoffSensorValue,
boolean onlineInError,
boolean onlineSensorValue,
int position,
boolean standbyInError,
boolean standbySensorValue) |
| Modifier and Type | Method and Description |
|---|---|
static Fcs_AcTruckXminusTelemetry.Builder |
builder() |
int |
getAverageCurrent() |
int |
getFollowingError() |
int |
getPosition() |
boolean |
isHandoffInError() |
boolean |
isHandoffSensorValue() |
boolean |
isOnlineInError() |
boolean |
isOnlineSensorValue() |
boolean |
isStandbyInError() |
boolean |
isStandbySensorValue() |
String |
toString() |
public Fcs_AcTruckXminusTelemetry(int averageCurrent,
int followingError,
boolean handoffInError,
boolean handoffSensorValue,
boolean onlineInError,
boolean onlineSensorValue,
int position,
boolean standbyInError,
boolean standbySensorValue)
public int getAverageCurrent()
public int getFollowingError()
public boolean isHandoffInError()
public boolean isHandoffSensorValue()
public boolean isOnlineInError()
public boolean isOnlineSensorValue()
public int getPosition()
public boolean isStandbyInError()
public boolean isStandbySensorValue()
public static Fcs_AcTruckXminusTelemetry.Builder builder()
Copyright © 2023. All rights reserved.