Uses of Class
lejos.realtime.HighResolutionTime

Packages that use HighResolutionTime
lejos.realtime   
 

Uses of HighResolutionTime in lejos.realtime
 

Subclasses of HighResolutionTime in lejos.realtime
 class AbsoluteTime
           
 class RelativeTime
           
 

Methods in lejos.realtime that return HighResolutionTime
 HighResolutionTime ProcessingGroupParameters.getStart()
           
 HighResolutionTime PeriodicParameters.getStart()
          Gets the start time.
 

Methods in lejos.realtime with parameters of type HighResolutionTime
 int HighResolutionTime.compareTo(HighResolutionTime time)
          Compares this HighResolutionTime with the specified HighResolutionTime time.
 boolean HighResolutionTime.equals(HighResolutionTime time)
          Returns true if the argument time has the same type and values as this.
 void HighResolutionTime.set(HighResolutionTime time)
          Change the value represented by this to that of the given time.
 void ProcessingGroupParameters.setStart(HighResolutionTime start)
           
 void PeriodicParameters.setStart(HighResolutionTime start)
          Sets the start time.
static void HighResolutionTime.waitForObject(Object target, HighResolutionTime time)
          Behaves exactly like target.wait() but with the enhancement that it waits with a precision of HighResolutionTime.
 

Constructors in lejos.realtime with parameters of type HighResolutionTime
PeriodicParameters(HighResolutionTime start, RelativeTime period)
          Create a PeriodicParameters object.
PeriodicParameters(HighResolutionTime start, RelativeTime period, RelativeTime cost, RelativeTime deadline, AsyncEventHandler overrunHandler, AsyncEventHandler missHandler)
          Create a PeriodicParameters object.