stella.sensor
Interface SensorDepending
- All Known Implementing Classes:
- AverageSensor, DewPoint
public interface SensorDepending
An interface signaling that this class depends on a certain sensor
clustered in a WeatherSurveying. Normally this is used during
weather station setup for sensor that rely on other sensors, like an
AverageSensor or a DewPoint.
registerSensor
void registerSensor(Telemetering sensor)
- A sensor depending object derives its parameter or sensor value out of
a
Telemetering instance. It is registered to the object using
this method.