Package | Description |
---|---|
wxservice.formatter.task |
Formatters receive data from
IDataExchange . |
wxservice.sensor.data |
Sensor data objects collect and process data received from sensor tasks via
IDataExchange . |
Modifier and Type | Field and Description |
---|---|
private ISensorData |
APRS.anemometer
Individually referenced sensor.
|
private ISensorData |
CSV.anemometer
Individually referenced sensor.
|
private ISensorData |
WeatherBug.anemometer
Individually referenced sensor.
|
private ISensorData |
Wunderground.anemometer
Individually referenced sensor.
|
private ISensorData |
APRS.barometer
Individually referenced sensor.
|
private ISensorData |
CSV.barometer
Individually referenced sensor.
|
private ISensorData |
WeatherBug.barometer
Individually referenced sensor.
|
private ISensorData |
Wunderground.barometer
Individually referenced sensor.
|
private ISensorData |
CSV.dewpoint
Individually referenced sensor.
|
private ISensorData |
WeatherBug.dewpoint
Individually referenced sensor.
|
private ISensorData |
Wunderground.dewpoint
Individually referenced sensor.
|
private ISensorData |
APRS.hygrometer
Individually referenced sensor.
|
private ISensorData |
CSV.hygrometer
Individually referenced sensor.
|
private ISensorData |
WeatherBug.hygrometer
Individually referenced sensor.
|
private ISensorData |
Wunderground.hygrometer
Individually referenced sensor.
|
private ISensorData |
APRS.precipitationRate
Individually referenced sensor.
|
private ISensorData |
WeatherBug.precipitationRate
Individually referenced sensor.
|
private ISensorData |
Wunderground.precipitationRate
Individually referenced sensor.
|
private ISensorData |
APRS.precipitationTotal
Individually referenced sensor.
|
private ISensorData |
WeatherBug.precipitationTotal
Individually referenced sensor.
|
private ISensorData |
Wunderground.precipitationTotal
Individually referenced sensor.
|
private ISensorData |
CSV.rainfallRate
Individually referenced sensor.
|
private ISensorData |
CSV.rainfallTotal
Individually referenced sensor.
|
private ISensorData |
CSV.solarIntensity
Individually referenced sensor.
|
private ISensorData |
APRS.thermometer
Individually referenced sensor.
|
private ISensorData |
CSV.thermometer
Individually referenced sensor.
|
private ISensorData |
WeatherBug.thermometer
Individually referenced sensor.
|
private ISensorData |
Wunderground.thermometer
Individually referenced sensor.
|
private ISensorData |
CSV.thermometer1
Individually referenced sensor.
|
private ISensorData |
CSV.thermometer2
Individually referenced sensor.
|
private ISensorData |
APRS.windVane
Individually referenced sensor.
|
private ISensorData |
CSV.windVane
Individually referenced sensor.
|
private ISensorData |
WeatherBug.windVane
Individually referenced sensor.
|
private ISensorData |
Wunderground.windVane
Individually referenced sensor.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ISensorData> |
APRS.sensorData
Map of data sources.
|
private java.util.Map<java.lang.String,ISensorData> |
CSV.sensorData
Map of data sources.
|
private java.util.Map<java.lang.String,ISensorData> |
WeatherBug.sensorData
Map of data sources.
|
private java.util.Map<java.lang.String,ISensorData> |
Wunderground.sensorData
Map of data sources.
|
Modifier and Type | Class and Description |
---|---|
class |
Anemometer
Processes wind speed data posted by the anemometer task in meters/sec.
|
class |
Barometer
Processes air pressure data posted by the barometer task in millibars.
|
class |
Hygrometer
Processes humidity data posted by the hygrometer task in percent.
|
class |
PrecipitationRate
Processes precipitation rate data posted by the precipitation task in
precipitation units per hour.
|
class |
PrecipitationTotal
Processes precipitation accumulation data posted by the precipitation task in
total precipitation units.
|
class |
SensorData
Sensor data management base class.
|
class |
SolarIntensity
Processes temperature data posted by the solar task.
|
class |
Thermometer
Processes temperature data posted by the thermometer task in Celsius.
|
class |
WindVane
Processes wind direction data posted by the wind vane task in 16 cardinal
points.
|