public class Fcs_AcTruckXplusTelemetry extends CameraTelemetry
| Modifier and Type | Class and Description |
|---|---|
static class |
Fcs_AcTruckXplusTelemetry.Builder |
| Constructor and Description |
|---|
Fcs_AcTruckXplusTelemetry(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_AcTruckXplusTelemetry.Builder |
builder() |
int |
getAverageCurrent() |
int |
getFollowingError() |
int |
getPosition() |
boolean |
isHandoffInError() |
boolean |
isHandoffSensorValue() |
boolean |
isOnlineInError() |
boolean |
isOnlineSensorValue() |
boolean |
isStandbyInError() |
boolean |
isStandbySensorValue() |
String |
toString() |
public Fcs_AcTruckXplusTelemetry(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_AcTruckXplusTelemetry.Builder builder()
Copyright © 2022. All rights reserved.