|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcat.sensor.core.SensorProxy
The SensorProxy gets actuall sensor data by listening to a simulator or to real hardware sensors. Right now it is only setup to listen to simulated sensors. TODO: Another SensorProxy should be written for connecting to real hardware sensors.
Field Summary | |
private LeafSensor |
leafSensor
The LeafSensor that this proxy passes sensor data to. |
Constructor Summary | |
SensorProxy(LeafSensor rawsensor)
Constructor needs to signup as a listener to the SocketReceiver. |
Method Summary | |
void |
incomingMessage(Message msg)
This is how the Sensor Proxy will get Messages from simulator (iSIM). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private LeafSensor leafSensor
Constructor Detail |
public SensorProxy(LeafSensor rawsensor)
rawsensor
- The LeafSensor that will data from this proxy.Method Detail |
public void incomingMessage(Message msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |