|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SensorType | |
|---|---|
| cz.cuni.amis.pogamut.usar2004.agent.module.datatypes | |
| cz.cuni.amis.pogamut.usar2004.agent.module.master | |
| cz.cuni.amis.pogamut.usar2004.agent.module.sensor | |
| Uses of SensorType in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes |
|---|
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes that return SensorType | |
|---|---|
static SensorType |
SensorType.getType(String type)
For each sensor type it chacks if type matches one of kinds. |
static SensorType |
SensorType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SensorType[] |
SensorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes with parameters of type SensorType | |
|---|---|
List<SuperSensor> |
SensorsContainerQueued.getSensorsBySensorType(SensorType type)
Iterates through local hashmap values and seeks match. |
List<SuperSensor> |
SensorsContainer.getSensorsBySensorType(SensorType type)
Iterates through local hashmap values and seeks match. |
boolean |
SensorsContainerQueued.isReady(SensorType type)
Iterates through local hashmap and seeks for the specified sensor type. |
| Uses of SensorType in cz.cuni.amis.pogamut.usar2004.agent.module.master |
|---|
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.master with parameters of type SensorType | |
|---|---|
List<SuperSensor> |
SensorMasterModuleQueued.getSensorsBySensorType(SensorType type)
Iterates through local hashmap values and seeks match. |
List<SuperSensor> |
SensorMasterModule.getSensorsBySensorType(SensorType type)
Iterates through local hashmap values and seeks match. |
boolean |
SensorMasterModuleQueued.isSensorReady(SensorType type)
Returns value based on the sensor module element count. |
boolean |
SensorMasterModule.isSensorReady(SensorType type)
Iterates through local hashmap values and seeks match. |
| Uses of SensorType in cz.cuni.amis.pogamut.usar2004.agent.module.sensor |
|---|
| Fields in cz.cuni.amis.pogamut.usar2004.agent.module.sensor declared as SensorType | |
|---|---|
protected SensorType |
SuperSensor.sensorType
|
static SensorType |
SensorVictim.type
|
static SensorType |
SensorTouch.type
|
static SensorType |
SensorTachometer.type
|
static SensorType |
SensorSound.type
|
static SensorType |
SensorRFID.type
|
static SensorType |
SensorRange.type
|
static SensorType |
SensorOdometry.type
|
static SensorType |
SensorLaser.type
|
static SensorType |
SensorINS.type
|
static SensorType |
SensorHumanMotionDetector.type
|
static SensorType |
SensorHelper.type
|
static SensorType |
SensorGroundTruth.type
|
static SensorType |
SensorGPS.type
|
static SensorType |
SensorEncoder.type
|
static SensorType |
SensorAcceleration.type
|
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.sensor that return SensorType | |
|---|---|
SensorType |
SuperSensor.getSensorType()
SensorType is a descriptor used for creating particular instance and for getting type information about particular sensor. |
| Constructors in cz.cuni.amis.pogamut.usar2004.agent.module.sensor with parameters of type SensorType | |
|---|---|
SuperSensor(SensorType type)
Ctor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||