public class SensorRange extends SuperSensor
| Modifier and Type | Field and Description |
|---|---|
static SensorType |
type |
lastMessage, sensorType| Constructor and Description |
|---|
SensorRange()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getRangeByName(String Name)
Map indexed by string is used to collect data of range sensor.
|
Set<String> |
getRangeNames()
Map indexed by string is used to collect data of range sensor.
|
Map<String,Double> |
getRanges()
Map indexed by string is used to collect data of range sensor.
|
int |
getSize()
Returns size of Ranges.
|
getName, getSensorType, getTime, getType, isReady, updateMessagepublic static final SensorType type
public SensorRange()
public double getRangeByName(String Name)
Name - String representation of Range Name.public Set<String> getRangeNames()
public int getSize()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.