fr.esrf.tangoatk.core.attribute
Class ANumberScalarHelper
java.lang.Object
fr.esrf.tangoatk.core.attribute.ANumberScalarHelper
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DoubleScalarHelper, FloatScalarHelper, LongScalarHelper, ShortScalarHelper, UCharScalarHelper, ULongScalarHelper, UShortScalarHelper
public abstract class ANumberScalarHelper
- extends java.lang.Object
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANumberScalarHelper
public ANumberScalarHelper()
getScalarAttHistory
protected abstract IAttributeScalarHistory[] getScalarAttHistory(fr.esrf.TangoApi.DeviceDataHistory[] attPollHist)
getScalarDeviceAttHistory
protected abstract IAttributeScalarHistory[] getScalarDeviceAttHistory(fr.esrf.TangoApi.DeviceDataHistory[] attPollHist)
getVersion
public java.lang.String getVersion()
setAttribute
public void setAttribute(IAttribute attribute)
getAttribute
public IAttribute getAttribute()
setProperty
protected void setProperty(java.lang.String name,
java.lang.Number value)
setProperty
protected void setProperty(java.lang.String name,
java.lang.Number value,
boolean writable)
flatten
public static double[] flatten(double[][] src)
flatten2double
public static double[] flatten2double(java.lang.String[][] src)
str2double
public static double[][] str2double(java.lang.String[][] src)