Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
static DeviceState |
DeviceState.clone(IMCMessage msg) |
static DeviceState |
DeviceState.create(java.lang.Object... values) |
DeviceState |
DeviceState.setPhi(double phi) |
DeviceState |
DeviceState.setPsi(double psi) |
DeviceState |
DeviceState.setTheta(double theta) |
DeviceState |
DeviceState.setX(double x) |
DeviceState |
DeviceState.setY(double y) |
DeviceState |
DeviceState.setZ(double z) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<DeviceState> |
Distance.getLocation() |
Modifier and Type | Method and Description |
---|---|
Distance |
Distance.setLocation(java.util.Collection<DeviceState> location) |
Constructor and Description |
---|
Distance(Distance.VALIDITY validity,
java.util.Collection<DeviceState> location,
java.util.Collection<BeamConfig> beam_config,
float value) |