Skip navigation links
1-Wire Weather Service for Java -- Server API
A B C D E F G H I K L M N O P Q R S T U V W Z 

R

RAINFALL - Static variable in class wxservice.formatter.task.APRS
Rainfall decimal format.
RAINFALL - Static variable in class wxservice.formatter.task.CSV
Rainfall decimal format.
RAINFALL - Static variable in class wxservice.formatter.task.WeatherBug
Rainfall decimal format.
RAINFALL - Static variable in class wxservice.formatter.task.Wunderground
Rainfall decimal format.
rainfallRate - Variable in class wxservice.formatter.task.CSV
Individually referenced sensor.
rainfallTotal - Variable in class wxservice.formatter.task.CSV
Individually referenced sensor.
rapidFire - Variable in class wxservice.formatter.task.Wunderground
Rapid fire setting.
RATE_NAME - Variable in class wxservice.sensor.task.Precipitation.ReadTask
Precipitation rate name.
READ_DATA_COMMAND - Static variable in class wxservice.sensor.task.WSI603A
Read data command byte.
READ_DATA_EOM - Static variable in class wxservice.sensor.task.WSI603A
Read data end of message byte.
READ_TIMEOUT - Variable in class wxservice.formatter.task.WeatherBug.FormatTask
read timeout for the URL connection.
READ_TIMEOUT - Variable in class wxservice.formatter.task.Wunderground.FormatTask
read timeout for the URL connection.
readBytesEFT(OneWireContainer30, int, int) - Method in class wxservice.sensor.task.SensorTask
Encapsulates exclusive fault tolerant access to read bytes from a DS2760.
readCalibration(boolean[]) - Method in class wxservice.sensor.task.Barometer.ReadTask
Reads a single calibration value from the MS5534A.
readCounterEFT(OneWireContainer1D, int) - Method in class wxservice.sensor.task.SensorTask
Encapsulates exclusive fault tolerant access to reading a device counter.
readData(InputStream) - Method in class wxservice.formatter.task.WeatherBug.FormatTask
Reads lines of text from an input stream.
readData(InputStream) - Method in class wxservice.formatter.task.Wunderground.FormatTask
Reads lines of text from an input stream.
readDeviceEFT(OneWireSensor) - Method in class wxservice.sensor.task.SensorTask
Encapsulates exclusive fault tolerant access to reading a device.
readFileEFT(OneWireContainer, String, byte[]) - Method in class wxservice.sensor.task.SensorTask
Encapsulates exclusive fault tolerant access to reading a file.
readMS5534A() - Method in class wxservice.sensor.task.Barometer.ReadTask
Clocks a data bit out of the MS5534A serial data output.
readReference(double, Calendar) - Method in class wxservice.sensor.data.PrecipitationTotal
Deserializes the reference count from persistent storage.
readResponse(InputStream) - Method in class wxservice.formatter.task.APRS.FormatTask
Reads APRS response until CR/LF or EOF is received.
readResponse() - Method in class wxservice.sensor.task.WSI603A.WindTask
Reads the response buffer, performs checksum for validation.
ReadTask() - Constructor for class wxservice.sensor.task.Anemometer.ReadTask
 
ReadTask() - Constructor for class wxservice.sensor.task.Barometer.ReadTask
 
ReadTask() - Constructor for class wxservice.sensor.task.Barometer2438.ReadTask
 
ReadTask() - Constructor for class wxservice.sensor.task.Hygrometer.ReadTask
 
ReadTask() - Constructor for class wxservice.sensor.task.Precipitation.ReadTask
 
ReadTask() - Constructor for class wxservice.sensor.task.Thermometer.ReadTask
 
ReadTask() - Constructor for class wxservice.sensor.task.WindVane.ReadTask
 
readWord() - Method in class wxservice.sensor.task.Barometer.ReadTask
Clocks 16 data bits from the MS5534A serial data output.
reference - Variable in class wxservice.sensor.data.PrecipitationTotal
Rain gauge count.
removeDataExchangeListener(IDataExchangeListener) - Method in interface wxservice.IDataExchange
Removes a Data Exchange listener.
removeDataExchangeListener(IDataExchangeListener) - Method in class wxservice.Service.DataExchange
Removes a Data Exchange listener.
removeListener(IServiceListener) - Method in interface wxservice.IService
Removes a listener for sensor updates.
removeListener(IServiceListener) - Method in class wxservice.Service
 
reset(boolean) - Method in interface wxservice.sensor.data.ISensorData
Resets minimum and maximum values to implementation-specific value.
reset(boolean) - Method in class wxservice.sensor.data.PrecipitationTotal
Resets total precipitation to zero.
reset - Variable in class wxservice.sensor.data.SensorData
Indicates if the data has been reset.
reset(boolean) - Method in class wxservice.sensor.data.SensorData
 
resetAdapter() - Method in class wxservice.Service
Resets the 1-Wire adapter.
resetDS2406() - Method in class wxservice.sensor.task.Barometer.ReadTask
Resets the DS2406 switches.
resetMS5534A() - Method in class wxservice.sensor.task.Barometer.ReadTask
Sends the reset command to the MS5534A.
resetTime - Variable in class wxservice.sensor.data.SensorData
Time of the last reset.
RESOURCE_NAME - Static variable in class wxservice.Service
Resource bundle name.
RESOURCES - Static variable in class wxservice.Service
Localizable resources for the service.
RESPONSE_ADDRESS - Variable in class wxservice.sensor.task.WSI603A.WindTask
Response buffer address.
RESPONSE_BUFFER_LENGTH - Variable in class wxservice.sensor.task.WSI603A.WindTask
Response buffer size.
RESPONSE_CHECKSUM_INDEX - Variable in class wxservice.sensor.task.WSI603A.WindTask
Response buffer checksum byte index.
RESPONSE_DATA_LENGTH - Variable in class wxservice.sensor.task.WSI603A.WindTask
Response data length.
run() - Method in class wxservice.formatter.task.APRS.FormatTask
Task proc.
run() - Method in class wxservice.formatter.task.CSV.FormatTask
Task proc.
run() - Method in class wxservice.formatter.task.Watchdog.FormatTask
Task proc.
run() - Method in class wxservice.formatter.task.WeatherBug.FormatTask
Task proc.
run() - Method in class wxservice.formatter.task.Wunderground.FormatTask
Task proc.
run() - Method in class wxservice.sensor.task.Anemometer.ReadTask
Gets the anemometer wind speed from the DS2423 anemometer and posts it to the data exchange.
run() - Method in class wxservice.sensor.task.Barometer.ReadTask
Initializes the TAI8570 if necessary, then gets the pressure and temperature values from the TAI8570 and posts them to the data exchange.
run() - Method in class wxservice.sensor.task.Barometer2438.ReadTask
Initializes the DS2438 if necessary, then gets the pressure and temperature values from the DS2438 and posts them to the data exchange.
run() - Method in class wxservice.sensor.task.Hygrometer.ReadTask
Initializes the DS2438 if necessary, then gets the humidity, temperature and dew point values from the DS2438 and posts them to the data exchange.
run() - Method in class wxservice.sensor.task.Precipitation.ReadTask
Gets the precipitation units value from the rain gauge and posts it to the data exchange.
run() - Method in class wxservice.sensor.task.Thermometer.ReadTask
Initializes the thermometer if necessary, then gets the temperature value from the thermometer and posts it to the data exchange.
run() - Method in class wxservice.sensor.task.WindVane.ReadTask
Initializes the DS2450 wind vane if necessary, then gets the wind direction value from the DS2450 wind vane and posts it to the data exchange.
run() - Method in class wxservice.sensor.task.WSI603A.TemperatureTask
Gets the implementation specific read task data from the WSI603A and posts it to the data exchange.
run() - Method in class wxservice.sensor.task.WSI603A.WindTask
Gets the implementation specific read task data from the WSI603A and posts it to the data exchange.
run() - Method in class wxservice.Service.DataExchange
Fires data added events when there are events on the event queue.
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links
Copyright © 2005-2013 Karl Uppiano