public class SensorLocation extends Object implements Serializable, Comparable<SensorLocation>
| Constructor and Description |
|---|
SensorLocation(byte bay,
byte board,
int sensor) |
SensorLocation(Location rebLocation,
int sensor) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SensorLocation other) |
boolean |
equals(Object obj) |
Location |
getRebLocation() |
int |
getSensor() |
int |
hashCode() |
static SensorLocation |
of(String string) |
String |
toString() |
String |
toString(String rebSensorSeparator) |
public SensorLocation(byte bay,
byte board,
int sensor)
public SensorLocation(Location rebLocation, int sensor)
public Location getRebLocation()
public int getSensor()
public static SensorLocation of(String string)
public int compareTo(SensorLocation other)
compareTo in interface Comparable<SensorLocation>Copyright © 2024 LSST. All rights reserved.