SensorProxyBase Class Reference
Inheritance diagram for SensorProxyBase:

Collaboration diagram for SensorProxyBase:

Detailed Description
Base class for SensorProxy.Public Member Functions | |
| SensorProxyBase (const SensorProxyBase &p) | |
| DelayedDispatch | update (const SensorData &reading) |
| Send and update the sensor in the server with the data contained in the given SensorData object. | |
Classes | |
| class | SensorData |
Member Function Documentation
| DelayedDispatch update | ( | const SensorData & | reading | ) |
Send and update the sensor in the server with the data contained in the given SensorData object.
How the sensor data is interpreted and displayed depends on the actual server-side type of the sensor. See sensor_types for documentation on the available sensor types and in what format they expect the data to be.
The documentation for this class was generated from the following files:
- src/client/proxies/SensorProxy.hh
- src/client/proxies/SensorProxy.cc