jhomenet.server.hw.driver.dummy
Class DummyWindDirectionDriver

java.lang.Object
  extended by jhomenet.server.hw.driver.dummy.DummyWindDirectionDriver

public class DummyWindDirectionDriver
extends java.lang.Object

TODO: Class description.

Id: $Id: $

Author:
Dave Irwin (jhomenet at gmail dot com)

Constructor Summary
DummyWindDirectionDriver(IContainer container)
          Constructor.
 
Method Summary
 java.lang.Integer getNumberSupportedChannels()
           
 State getWindDirection()
           
 State getWindDirection(java.lang.Integer channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyWindDirectionDriver

public DummyWindDirectionDriver(IContainer container)
Constructor.

Parameters:
container -
Method Detail

getWindDirection

public State getWindDirection()
                       throws HardwareDriverException
Throws:
HardwareDriverException
See Also:
jhomenet.commons.hw.driver.IWindDirectionDriver#getWindDirection()

getWindDirection

public State getWindDirection(java.lang.Integer channel)
                       throws HardwareDriverException
Throws:
HardwareDriverException
See Also:
jhomenet.commons.hw.driver.IWindDirectionDriver#getWindDirection(java.lang.Integer)

getNumberSupportedChannels

public java.lang.Integer getNumberSupportedChannels()
See Also:
jhomenet.commons.hw.driver.IHardwareDriver#getNumberSupportedChannels()


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