jhomenet.hw.sensor
Class ValueSensor

java.lang.Object
  extended by Model
      extended by jhomenet.hw.HomenetHardware
          extended by jhomenet.hw.sensor.Sensor
              extended by jhomenet.hw.sensor.ValueSensor
All Implemented Interfaces:
java.io.Serializable, Hardware
Direct Known Subclasses:
BarometricSensor, HumiditySensor, LightningSensor, LightSensor, RainSensor, TempSensor, TestValueSensor, WindDirectionSensor, WindSpeedSensor

public abstract class ValueSensor
extends Sensor

Version:
1.1
Author:
David Irwin

Field Summary
 
Fields inherited from class jhomenet.hw.sensor.Sensor
currentData, INVALID_DATA, maxData, minData, pollingType, PROPERTYNAME_CURRENTDATA, PROPERTYNAME_MAXDATA, PROPERTYNAME_MINDATA, PROPERTYNAME_POLLINGTYPE, readFailed
 
Fields inherited from class jhomenet.hw.HomenetHardware
configuration, driver, errorTracker, hardwareDescription, hardwareId, PROPERTYNAME_CONFIGURATION, PROPERTYNAME_SETUPDESC, setupDescription
 
Constructor Summary
ValueSensor()
           
ValueSensor(java.lang.String hardwareID, java.lang.String description)
          Default constructor.
 
Method Summary
 
Methods inherited from class jhomenet.hw.sensor.Sensor
capture, getCurrentAsString, getCurrentData, getMaxData, getMinData, getPollingType, getPollingTypeListModel, isFirstPoll, readFromDriver, readSensor, resetData, setCurrentData, setMaxData, setMinData, setPollingType, toString
 
Methods inherited from class jhomenet.hw.HomenetHardware
equals, getConfiguration, getConfiguration, getDriverHardwareDescription, getDriverName, getErrorCount, getHardwareClassname, getHardwareDescription, getHardwareId, getSetupDescription, initializeHardware, initializeHardwareDescription, isRegistered, setConfiguration, setConfiguration, setDriver, setHardwareId, setSetupDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueSensor

public ValueSensor(java.lang.String hardwareID,
                   java.lang.String description)
Default constructor.


ValueSensor

public ValueSensor()


Copyright © 2004-2005 David Irwin. All Rights Reserved.