Uses of Class
org.epics.pvmanager.util.TimeDuration

Packages that use TimeDuration
org.epics.pvmanager This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. 
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. 
 

Uses of TimeDuration in org.epics.pvmanager
 

Methods in org.epics.pvmanager with parameters of type TimeDuration
static
<T> DesiredRateExpression<java.util.List<T>>
ExpressionLanguage.timedCacheOf(SourceRateExpression<T> expression, TimeDuration maxIntervalBetweenSamples)
           
 

Uses of TimeDuration in org.epics.pvmanager.data
 

Methods in org.epics.pvmanager.data with parameters of type TimeDuration
static DesiredRateExpression<VMultiDouble> ExpressionLanguage.synchronizedArrayOf(TimeDuration tolerance, java.util.List<SourceRateExpression<VDouble>> expressions)
          A synchronized array from the given expression.
static DesiredRateExpression<VMultiDouble> ExpressionLanguage.synchronizedArrayOf(TimeDuration tolerance, TimeDuration cacheDepth, java.util.List<SourceRateExpression<VDouble>> expressions)
          A synchronized array from the given expression.
 

Uses of TimeDuration in org.epics.pvmanager.util
 

Methods in org.epics.pvmanager.util that return TimeDuration
 TimeDuration TimeDuration.divideBy(int factor)
          Returns a new duration which is smaller by the given factor.
 TimeDuration TimeStamp.durationFrom(TimeStamp reference)
          Calculates the time passed from the reference to this timeStamp.
static TimeDuration TimeDuration.ms(int ms)
          A new duration in milliseconds.
 TimeDuration TimeDuration.multiplyBy(int factor)
          Returns a new duration which is bigger by the given factor.
static TimeDuration TimeDuration.nanos(long nanoSec)
          A new duration in nanoseconds.
 

Methods in org.epics.pvmanager.util with parameters of type TimeDuration
 TimeStamp TimeStamp.minus(TimeDuration duration)
          Subtracts the given duration to this timestamp and returns the result.
 TimeInterval TimeInterval.minus(TimeDuration duration)
          Returns a new interval shifted backward in time by the given duration.
 TimeStamp TimeStamp.plus(TimeDuration duration)
          Adds the given duration to this timestamp and returns the result.
 



Copyright © 2011. All Rights Reserved.