Package | Description |
---|---|
wxservice |
Main engine classes for the 1-Wire Weather Service for Java.
|
wxservice.sensor.task |
Sensor tasks collect data from devices on the 1-Wire MicroLan and post it to
the sensor data objects via
IDataExchange . |
Modifier and Type | Class and Description |
---|---|
class |
TimingAccessException
Indicates a 1-Wire access did not complete within the allotted time.
|
Modifier and Type | Method and Description |
---|---|
private double |
Anemometer.ReadTask.calculateRPS(long count,
long time)
Calculates the current sensor revolutions per second.
|
private double |
Anemometer.ReadTask.getSpeedE()
Reads the anemometer spin counter and calculates the wind speed with
exclusive device access.
|
private double |
Anemometer.ReadTask.getSpeedEFT()
Encapsulates exclusive fault tolerant access to wind speed.
|