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 

T

task - Variable in class wxservice.Service.DataExchange
Task control.
TASK_INTERVAL - Static variable in class wxservice.sensor.task.WSI603A
WSI603A internal sampling interval.
TAU - Static variable in class wxservice.sensor.data.WindVane
Tau equals 2π.
TC0 - Variable in class wxservice.sensor.task.Hygrometer.ReadTask
Zeroth order temperature compensation constants (for t > 0, t < 0).
TC1 - Variable in class wxservice.sensor.task.Hygrometer.ReadTask
First order temperature compensation constants (for t > 0, t < 0).
TC2 - Variable in class wxservice.sensor.task.Hygrometer.ReadTask
Second order temperature compensation constants (for t > 0, t < 0).
tCoeffs - Variable in class wxservice.sensor.task.Barometer
Barometer calibration coefficients.
tCoeffs - Variable in class wxservice.sensor.task.Barometer2438
Barometer calibration coefficients.
tCoeffs - Variable in class wxservice.sensor.task.Hygrometer
Thermometer calibration coefficients.
tCoeffs - Variable in class wxservice.sensor.task.Thermometer
Thermometer calibration coefficients.
tCoeffs - Variable in class wxservice.sensor.task.WSI603A
Temperature calibration coefficients.
tCompHumidity(double, double) - Method in class wxservice.sensor.task.Hygrometer.ReadTask
Temperature-compensate humidity value.
TEMPERATURE - Static variable in class wxservice.formatter.task.APRS
Temperature decimal format.
TEMPERATURE - Static variable in class wxservice.formatter.task.CSV
Temperature decimal format.
TEMPERATURE - Static variable in class wxservice.formatter.task.WeatherBug
Temperature decimal format.
TEMPERATURE - Static variable in class wxservice.formatter.task.Wunderground
Temperature decimal format.
temperature - Variable in class wxservice.sensor.task.Barometer.ReadTask
Temperature value that was used to calculate pressure (celsius).
TEMPERATURE_NAME - Variable in class wxservice.sensor.task.Barometer.ReadTask
Data name for temperature.
TEMPERATURE_NAME - Variable in class wxservice.sensor.task.Barometer2438.ReadTask
Data name for temperature.
TEMPERATURE_NAME - Variable in class wxservice.sensor.task.Hygrometer.ReadTask
Data name.
TEMPERATURE_NAME - Variable in class wxservice.sensor.task.WSI603A.TemperatureTask
Data name.
temperatureInterval - Variable in class wxservice.sensor.task.WSI603A
Thermometer sampling interval.
TemperatureTask() - Constructor for class wxservice.sensor.task.WSI603A.TemperatureTask
 
temperatureTaskName - Variable in class wxservice.sensor.task.WSI603A
Name of thermometer task for posting data.
thermometer - Variable in class wxservice.formatter.task.APRS
Individually referenced sensor.
thermometer - Variable in class wxservice.formatter.task.CSV
Individually referenced sensor.
thermometer - Variable in class wxservice.formatter.task.WeatherBug
Individually referenced sensor.
thermometer - Variable in class wxservice.formatter.task.Wunderground
Individually referenced sensor.
Thermometer - Class in wxservice.sensor.data
Processes temperature data posted by the thermometer task in Celsius.
Thermometer(String, String, Properties) - Constructor for class wxservice.sensor.data.Thermometer
Creates a new instance of Thermometer.
Thermometer - Class in wxservice.sensor.task
Reads the thermometer device and posts data to the data exchange in Celsius.
Thermometer(String, DSPortAdapter, Properties, IDataExchange, IServiceControl) - Constructor for class wxservice.sensor.task.Thermometer
Creates a new instance of Thermometer for the DS181S20 thermometer.
Thermometer.ReadTask - Class in wxservice.sensor.task
Samples the thermometer on the configured schedule.
thermometer1 - Variable in class wxservice.formatter.task.CSV
Individually referenced sensor.
thermometer2 - Variable in class wxservice.formatter.task.CSV
Individually referenced sensor.
time - Variable in class wxservice.DataEvent
Creation time for this event.
time - Variable in class wxservice.WebSensorData
Time the data was collected.
TIME_WINDOW - Static variable in class wxservice.formatter.task.Wunderground
Time window in milliseconds for devices to report data to be sent.
TIMEOUT_ERROR - Static variable in class wxservice.sensor.task.WSI603A
Message format for timeout errors.
TIMING_ACCESS_ERROR - Variable in class wxservice.sensor.task.Anemometer.ReadTask
Timing access error message format.
TIMING_TOLERANCE_ERROR - Variable in class wxservice.sensor.task.Anemometer.ReadTask
Timing tolerance error message format.
TimingAccessException - Exception in wxservice
Indicates a 1-Wire access did not complete within the allotted time.
TimingAccessException() - Constructor for exception wxservice.TimingAccessException
Constructs a new exception with null as its detail message.
TimingAccessException(String) - Constructor for exception wxservice.TimingAccessException
Constructs a new exception with the specified detail message.
TimingAccessException(String, Throwable) - Constructor for exception wxservice.TimingAccessException
Constructs a new exception with the specified detail message and cause.
TimingAccessException(Throwable) - Constructor for exception wxservice.TimingAccessException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
TimingException - Exception in wxservice
Indicates a time-critical process did not complete within the alloted time.
TimingException() - Constructor for exception wxservice.TimingException
Constructs a new exception with null as its detail message.
TimingException(String) - Constructor for exception wxservice.TimingException
Constructs a new exception with the specified detail message.
TimingException(String, Throwable) - Constructor for exception wxservice.TimingException
Constructs a new exception with the specified detail message and cause.
TimingException(Throwable) - Constructor for exception wxservice.TimingException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
toHexString(byte[]) - Method in class wxservice.sensor.task.SensorTask
Returns a text representation of a byte array in hex format.
toMessage(Throwable) - Static method in class wxservice.Service
Utility method for extracting a legal message from an exception.
toPoint(double[]) - Method in class wxservice.sensor.task.WindVane.ReadTask
Converts A/D output voltage level patterns to cardinal points.
toPressure(double) - Method in class wxservice.sensor.task.Barometer2438.ReadTask
Converts raw voltage to atmospheric pressure in millibars.
toSeaLevel(double) - Method in class wxservice.sensor.task.Barometer.ReadTask
Corrects local barometric pressure to sea level.
toString() - Method in class wxservice.DataEvent
Standard override.
toString() - Method in class wxservice.formatter.task.APRS
Returns a text representation of this object.
toString() - Method in class wxservice.formatter.task.CSV
Returns a text representation of this object.
toString() - Method in class wxservice.formatter.task.Watchdog
Returns a text representation of this object.
toString() - Method in class wxservice.formatter.task.WeatherBug
Returns a text representation of this object.
toString() - Method in class wxservice.formatter.task.Wunderground
Returns a text representation of this object.
toString() - Method in class wxservice.sensor.task.SensorTask
Returns a text representation of this object.
toString() - Method in class wxservice.WebNumber
The string representation of this number's value.
TOTAL_NAME - Variable in class wxservice.sensor.task.Precipitation.ReadTask
Total precipitation name.
trigger - Variable in enum wxservice.sensor.data.PrecipitationTotal.Interval
Trigger update time (days or hours).
tValues - Variable in class wxservice.sensor.task.Barometer2438.ReadTask
Temperature values for RMS calculation.
tValues - Variable in class wxservice.sensor.task.Hygrometer.ReadTask
Temperature values for RMS calculation.
tValues - Variable in class wxservice.sensor.task.Thermometer.ReadTask
Temperature values for RMS calculation.
tValues - Variable in class wxservice.sensor.task.WSI603A.TemperatureTask
Temperature values for RMS calculation.
tValuesIndex - Variable in class wxservice.sensor.task.Barometer2438.ReadTask
Temperature values index.
tValuesIndex - Variable in class wxservice.sensor.task.Hygrometer.ReadTask
Temperature values index.
tValuesIndex - Variable in class wxservice.sensor.task.Thermometer.ReadTask
Temperature values index.
tValuesIndex - Variable in class wxservice.sensor.task.WSI603A.TemperatureTask
Temperature values index.
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