Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.data |
Support for control system types.
|
org.epics.pvmanager.util |
Contains generic utility classes that at some point may be found and used
in other libraries.
|
Modifier and Type | Method and Description |
---|---|
protected abstract TimeStamp |
TimeSupport.extractTimestamp(T object)
Deprecated.
Extracts the time information from the given object.
|
static <T> TimeStamp |
TimeSupport.timestampOf(T value)
Deprecated.
Extracts the TimeStamp of the value using the appropriate type support.
|
Modifier and Type | Method and Description |
---|---|
TimeStamp |
Time.getTimeStamp()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VInt |
ValueFactory.newEInt(Integer value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
Integer timeUserTag,
TimeStamp timeStamp,
VInt oldValue)
|
static VInt |
ValueFactory.newEInt(Integer value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat numberFormat,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperDisplayLimit,
Double lowerCtrlLimit,
Double upperCtrlLimit)
|
static VDouble |
ValueFactory.newVDouble(Double value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
Integer timeUserTag,
TimeStamp timeStamp,
Display display)
Deprecated.
|
static VDouble |
ValueFactory.newVDouble(Double value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat numberFormat,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperDisplayLimit,
Double lowerCtrlLimit,
Double upperCtrlLimit)
Deprecated.
|
static VDouble |
ValueFactory.newVDouble(double value,
TimeStamp timeStamp,
Display display)
Deprecated.
|
static VDoubleArray |
ValueFactory.newVDoubleArray(double[] values,
List<Integer> sizes,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat numberFormat,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperDisplayLimit,
Double lowerCtrlLimit,
Double upperCtrlLimit)
Deprecated.
|
static VInt |
ValueFactory.newVInt(Integer value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat numberFormat,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperDisplayLimit,
Double lowerCtrlLimit,
Double upperCtrlLimit)
Deprecated.
|
static VMultiDouble |
ValueFactory.newVMultiDouble(List<VDouble> values,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerCtrlLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat format,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperCtrlLimit,
Double upperDisplayLimit)
Deprecated.
|
static VStatistics |
ValueFactory.newVStatistics(double average,
double stdDev,
double min,
double max,
int nSamples,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat numberFormat,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperDisplayLimit,
Double lowerCtrlLimit,
Double upperCtrlLimit)
Deprecated.
|
static VString |
ValueFactory.newVString(String value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TimeStamp |
TimeInterval.getEnd()
Deprecated.
Final value of the interval.
|
TimeStamp |
TimeInterval.getStart()
Deprecated.
Initial value of the interval.
|
TimeStamp |
TimeStamp.minus(TimeDuration duration)
Deprecated.
Subtracts the given duration to this timestamp and returns the result.
|
static TimeStamp |
TimeStamp.now()
Deprecated.
Returns a new timestamp for the current instant.
|
TimeStamp |
TimeStamp.plus(TimeDuration duration)
Deprecated.
Adds the given duration to this timestamp and returns the result.
|
static TimeStamp |
TimeStamp.time(long unixSec,
int nanoSec)
Deprecated.
Returns a new timestamp from UNIX time.
|
static TimeStamp |
TimeStamp.timestampOf(Date date)
Deprecated.
Converts a
Date to a timestamp. |
static TimeStamp |
TimeStamp.timestampOf(org.epics.util.time.Timestamp timestamp)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval |
TimeDuration.after(TimeStamp reference)
Deprecated.
Returns a time interval that lasts this duration and starts from the
given timestamp.
|
TimeInterval |
TimeDuration.around(TimeStamp reference)
Deprecated.
Returns a time interval that lasts this duration and is centered
around the given timestamp.
|
static org.epics.util.time.Timestamp |
TimeStamp.asTimestamp(TimeStamp timeStamp)
Deprecated.
Null safe way of converting to the epics common definition of time.
|
TimeInterval |
TimeDuration.before(TimeStamp reference)
Deprecated.
Returns a time interval that lasts this duration and ends at the
given timestamp.
|
static TimeInterval |
TimeInterval.between(TimeStamp start,
TimeStamp end)
Deprecated.
Returns the interval between the given timestamps.
|
int |
TimeStamp.compareTo(TimeStamp other)
Deprecated.
Defines the natural ordering for timestamp as forward in time.
|
boolean |
TimeInterval.contains(TimeStamp instant)
Deprecated.
True if the given time stamp is inside the interval.
|
TimeDuration |
TimeStamp.durationFrom(TimeStamp reference)
Deprecated.
Calculates the time passed from the reference to this timeStamp.
|
String |
TimeStampFormat.format(TimeStamp timeStamp)
Deprecated.
Formats the given TimeStamp.
|
Copyright © 2012. All Rights Reserved.