Uses of Class
org.epics.pvmanager.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. 
 

Uses of TimeDuration in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return TimeDuration
 TimeDuration TimeDuration.divideBy(int factor)
          Returns a new duration which is smaller by the given factor.
 TimeDuration TimeStamp.durationFrom(TimeStamp reference)
           
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 with parameters of type TimeDuration
 TimeStamp TimeStamp.minus(TimeDuration duration)
          Subtracts the given duration to this timestamp and returns the result.
 TimeStamp TimeStamp.plus(TimeDuration duration)
          Adds the given duration to this timestamp and returns the result.
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.
 



Copyright © 2010. All Rights Reserved.