Deprecated Methods |
org.epics.pvmanager.PVConfiguration.asynchWriteAndReadEvery(TimeDuration)
|
org.csstudio.platform.utility.rdb.RDBUtil.connect(String)
Use the version with autoReconnect: RDBUtil.connect(String, boolean) |
org.csstudio.platform.utility.rdb.RDBUtil.connect(String, String, String)
Use the version with autoReconnect: RDBUtil.connect(String, String, String, boolean) |
org.epics.pvmanager.PVReaderConfiguration.every(TimeDuration)
|
org.csstudio.data.values.ValueUtil.getInfo(IValue)
Remove. Only used in old Data Browser?? |
org.eclipse.wb.swt.ResourceManager.getPluginImage(Object, String)
Use ResourceManager.getPluginImage(String, String) instead. |
org.eclipse.wb.swt.ResourceManager.getPluginImageDescriptor(Object, String)
Use ResourceManager.getPluginImageDescriptor(String, String) instead. |
org.epics.pvmanager.data.Time.getTimeStamp()
the use of TimeStamp is being discontinued in favor
of Timestamp : use Time.getTimestamp() instead |
org.epics.pvmanager.jca.JCASupport.jca()
|
org.epics.pvmanager.data.ValueFactory.newEInt(Integer, AlarmSeverity, AlarmStatus, Integer, TimeStamp, VInt)
use ValueFactory.newVInt(java.lang.Integer, org.epics.pvmanager.data.Alarm, org.epics.pvmanager.data.Time, org.epics.pvmanager.data.Display) . |
org.epics.pvmanager.data.ValueFactory.newEInt(Integer, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double)
use ValueFactory.newVInt(java.lang.Integer, org.epics.pvmanager.data.Alarm, org.epics.pvmanager.data.Time, org.epics.pvmanager.data.Display) . |
org.epics.pvmanager.data.ValueFactory.newVDouble(Double, AlarmSeverity, AlarmStatus, Integer, TimeStamp, Display)
|
org.epics.pvmanager.data.ValueFactory.newVDouble(Double, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double)
|
org.epics.pvmanager.data.ValueFactory.newVDouble(double, Display)
|
org.epics.pvmanager.data.ValueFactory.newVDouble(double, TimeStamp, Display)
|
org.epics.pvmanager.data.ValueFactory.newVDoubleArray(double[], List, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double)
|
org.epics.pvmanager.data.ValueFactory.newVInt(Integer, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double)
|
org.epics.pvmanager.data.ValueFactory.newVMultiDouble(List, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double)
|
org.epics.pvmanager.data.ValueFactory.newVStatistics(double, double, double, double, int, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double)
|
org.epics.pvmanager.data.ValueFactory.newVString(String, AlarmSeverity, AlarmStatus, TimeStamp, Integer)
|
org.epics.pvmanager.PVConfiguration.synchWriteAndReadEvery(TimeDuration)
|
org.epics.pvmanager.data.ExpressionLanguage.vDoubleArrayOf(SourceRateExpression>)
use ExpressionLanguage.vNumberArray(java.lang.String) |
org.epics.pvmanager.data.ExpressionLanguage.vDoubleOf(SourceRateExpression>)
use ExpressionLanguage.vNumber(java.lang.String) |