org.openmuc.ehz.sml
Class SMLDevice
java.lang.Object
org.openmuc.ehz.driver.Device
org.openmuc.ehz.sml.SMLDevice
public class SMLDevice
- extends Device
Constructor Summary |
SMLDevice(java.lang.String iface,
java.lang.String config)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMLDevice
public SMLDevice(java.lang.String iface,
java.lang.String config)
throws NotFoundException,
java.io.IOException
- Throws:
NotFoundException
java.io.IOException
getValues
public java.util.Hashtable<java.lang.String,java.lang.Double> getValues()
throws java.io.IOException
- Specified by:
getValues
in class Device
- Throws:
java.io.IOException
getDeviceInfos
public java.util.List<DeviceInfo> getDeviceInfos()
throws java.io.IOException
- Specified by:
getDeviceInfos
in class Device
- Throws:
java.io.IOException
getID
public java.lang.String getID()
- Specified by:
getID
in class Device
getName
public java.lang.String getName()
- Specified by:
getName
in class Device
close
public void close()
- Specified by:
close
in class Device