com.sentilla.platform.tmote
Class SensirionSht11.HumSensor

java.lang.Object
  extended by com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor<javax.measure.quantity.Dimensionless>
      extended by com.sentilla.platform.tmote.SensirionSht11.HumSensor
All Implemented Interfaces:
Action, Sensor<javax.measure.quantity.Dimensionless>
Enclosing class:
SensirionSht11

public static class SensirionSht11.HumSensor
extends SensirionSht11.Sht11Sensor<javax.measure.quantity.Dimensionless>

A Sensor implementation that obtains the humidity reading from the SensirionSht11 on Tmote. Use Sht11HumidityDriver.


Field Summary
 
Fields inherited from class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
result
 
Fields inherited from interface com.sentilla.system.Action
DONE, ERROR, IDLE, PENDING
 
Constructor Summary
SensirionSht11.HumSensor()
           
 
Method Summary
 Action submit()
          Submit this Action for processing by the action engine.
 
Methods inherited from class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
block, block, cancel, getActionState, getResult, isDone, read, setRead
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensirionSht11.HumSensor

public SensirionSht11.HumSensor()
Method Detail

submit

public Action submit()
Description copied from interface: Action
Submit this Action for processing by the action engine. Calling submit transitions this Action to PENDING from either IDLE, DONE, or ERROR. Nothing happens if this Action is already PENDING.

Specified by:
submit in interface Action
Specified by:
submit in class SensirionSht11.Sht11Sensor<javax.measure.quantity.Dimensionless>
Returns:
A pointer to this Action.


Copyright © 2007 Sentilla Corporation. All Rights Reserved.