|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.sim.platform.sensors.Sensor
The Sensor class represents a sensor device that contains a reference
to the SensorData instance feeding data to the device.
| Field Summary | |
protected SensorData |
data
|
| Constructor Summary | |
Sensor()
|
|
| Method Summary | |
void |
setSensorData(SensorData d)
The setSensorData() method sets the reference to the sensor data
for this sensor device. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected SensorData data
| Constructor Detail |
public Sensor()
| Method Detail |
public void setSensorData(SensorData d)
setSensorData() method sets the reference to the sensor data
for this sensor device.
d - the new sensor data source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||