fr.esrf.TangoApi
Class TacoTangoDevice
java.lang.Object
fr.esrf.TangoApi.TacoTangoDevice
public class TacoTangoDevice
- extends java.lang.Object
Class Description:
This class is a wrapper for TACO device.
It is an interface between TANGO DeviceProxy and TACO device.
It replace the fr.esrf.TacoApi.TacoDevice class using JNI library abd use true
java classes found in Taco.jar (ESRF specific).
- Version:
- $Revision: 1.1 $
- Author:
- verdier
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get_property
public DbDatum[] get_property(java.lang.String[] propnames)
throws DevFailed
- Throws:
DevFailed
getAttrConfig
public AttributeConfig[] getAttrConfig()
getTacoProxy
public java.lang.Object getTacoProxy()
getDevName
public java.lang.String getDevName()
setAttrConfig
public void setAttrConfig(AttributeConfig[] att_config)
setTacoProxy
public void setTacoProxy(java.lang.Object taco_proxy)
setDevName
public void setDevName(java.lang.String devname)