public class StatusDataPublishedByLoaderCarrier extends Object
| Constructor and Description |
|---|
StatusDataPublishedByLoaderCarrier() |
StatusDataPublishedByLoaderCarrier(String name,
int position,
int ssiPosition,
int speed,
int current,
int storageSensorValue,
int notAtStorageSensorValue,
int handoffSensorValue,
int notAtHandoffSensorValue,
boolean handoffInError,
boolean storageInError) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrent() |
int |
getHandoffSensorValue() |
String |
getName() |
int |
getNotAtHandoffSensorValue() |
int |
getNotAtStorageSensorValue() |
int |
getPosition() |
int |
getSpeed() |
int |
getSsiPosition() |
int |
getStorageSensorValue() |
boolean |
isHandoffInError() |
boolean |
isStorageInError() |
String |
toString() |
public StatusDataPublishedByLoaderCarrier()
public StatusDataPublishedByLoaderCarrier(String name, int position, int ssiPosition, int speed, int current, int storageSensorValue, int notAtStorageSensorValue, int handoffSensorValue, int notAtHandoffSensorValue, boolean handoffInError, boolean storageInError)
public String getName()
public int getPosition()
public int getSsiPosition()
public int getStorageSensorValue()
public int getNotAtStorageSensorValue()
public int getHandoffSensorValue()
public int getNotAtHandoffSensorValue()
public boolean isStorageInError()
public boolean isHandoffInError()
public int getSpeed()
public int getCurrent()
Copyright © 2014 LSST. All rights reserved.