public class SensorVictim extends SuperSensor
| Modifier and Type | Field and Description |
|---|---|
static SensorType |
type |
lastMessage, sensorType| Constructor and Description |
|---|
SensorVictim()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocationAt(int index)
List of Locations used by RFID sensor to determine where are various RFID
Tags or by Victiom sensor to determine locations of bodys.
|
int |
getLocationSize()
Return size of location list.
|
String |
getPartNameAt(int index)
PartName is the name of the victim part that was discovered by the
sensor.
|
List<String> |
getPartNames()
PartName is the name of the victim part that was discovered by the
sensor.
|
int |
getPartNamesSize()
Return size of victim body part name list.
|
String |
getStatus()
Status is not in USARSim manual v3.1.3.
|
getName, getSensorType, getTime, getType, isReady, updateMessagepublic static final SensorType type
public SensorVictim()
public String getPartNameAt(int index)
index - public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocationAt(int index)
index - public int getLocationSize()
public int getPartNamesSize()
public List<String> getPartNames()
public String getStatus()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.