Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.data |
Support for control system types.
|
org.epics.pvmanager.extra | |
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 |
---|---|
PV<R,W> |
PVConfiguration.asynchWriteAndReadEvery(TimeDuration period)
Deprecated.
|
PVReader<T> |
PVReaderConfiguration.every(TimeDuration period)
Deprecated.
|
PV<R,W> |
PVConfiguration.synchWriteAndReadEvery(TimeDuration period)
Deprecated.
|
static <T> DesiredRateExpression<List<T>> |
ExpressionLanguage.timedCacheOf(SourceRateExpression<T> expression,
TimeDuration maxIntervalBetweenSamples)
Returns all the values starting the latest value and older up to
the time different given by the interval.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.timeout(TimeDuration timeout)
Deprecated.
|
PVReaderConfiguration<T> |
PVReaderConfiguration.timeout(TimeDuration timeout)
Deprecated.
|
PVConfiguration<R,W> |
PVConfiguration.timeout(TimeDuration timeout)
Deprecated.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.timeout(TimeDuration timeout,
String timeoutMessage)
Deprecated.
|
PVReaderConfiguration<T> |
PVReaderConfiguration.timeout(TimeDuration timeout,
String timeoutMessage)
Deprecated.
|
PVConfiguration<R,W> |
PVConfiguration.timeout(TimeDuration timeout,
String timeoutMessage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpression<VMultiDouble> |
ExpressionLanguage.synchronizedArrayOf(TimeDuration tolerance,
SourceRateExpressionList<VDouble> expressions)
|
static DesiredRateExpression<VMultiDouble> |
ExpressionLanguage.synchronizedArrayOf(TimeDuration tolerance,
TimeDuration cacheDepth,
SourceRateExpressionList<VDouble> expressions)
|
Modifier and Type | Method and Description |
---|---|
static WaterfallPlotParameters |
WaterfallPlotParameters.pixelDuration(TimeDuration pixelDuration)
How much time should be allocated to each line of the plot.
|
Modifier and Type | Method and Description |
---|---|
TimeDuration |
TimeDuration.divideBy(int factor)
Deprecated.
Returns a new duration which is smaller by the given factor.
|
TimeDuration |
TimeStamp.durationFrom(TimeStamp reference)
Deprecated.
Calculates the time passed from the reference to this timeStamp.
|
static TimeDuration |
TimeDuration.durationOf(org.epics.util.time.TimeDuration duration)
Deprecated.
|
static TimeDuration |
TimeDuration.hour(double hour)
Deprecated.
A new duration in hours.
|
static TimeDuration |
TimeDuration.hz(double hz)
Deprecated.
A new duration in hertz, will convert to the length of the period.
|
static TimeDuration |
TimeDuration.min(double min)
Deprecated.
A new duration in minutes.
|
static TimeDuration |
TimeDuration.ms(double ms)
Deprecated.
A new duration in milliseconds.
|
static TimeDuration |
TimeDuration.ms(int ms)
Deprecated.
A new duration in milliseconds.
|
TimeDuration |
TimeDuration.multiplyBy(int factor)
Deprecated.
Returns a new duration which is bigger by the given factor.
|
static TimeDuration |
TimeDuration.nanos(long nanoSec)
Deprecated.
A new duration in nanoseconds.
|
static TimeDuration |
TimeDuration.sec(double sec)
Deprecated.
A new duration in seconds.
|
Modifier and Type | Method and Description |
---|---|
static org.epics.util.time.TimeDuration |
TimeDuration.asTimeDuration(TimeDuration duration)
Deprecated.
|
TimeStamp |
TimeStamp.minus(TimeDuration duration)
Deprecated.
Subtracts the given duration to this timestamp and returns the result.
|
TimeInterval |
TimeInterval.minus(TimeDuration duration)
Deprecated.
Returns a new interval shifted backward in time by the given duration.
|
TimeStamp |
TimeStamp.plus(TimeDuration duration)
Deprecated.
Adds the given duration to this timestamp and returns the result.
|
Copyright © 2012. All Rights Reserved.