Uses of Package
lejos.realtime

Packages that use lejos.realtime
lejos.realtime   
 

Classes in lejos.realtime used by lejos.realtime
AbsoluteTime
           
AperiodicParameters
           
AsyncEventHandler
           
Clock
           
EDFScheduler
           
EnergyParameters
           
HighResolutionTime
           
IllegalAssignmentError
           
ImmortalMemory
           
MemoryArea
           
MemoryParameters
           
MonitorControl
           
PriorityCeilingEmulation
           
PriorityInheritance
           
PriorityParameters
          Instances of this class should be assigned to schedulable objects that are by schedulers which use a single integer to determine execution order.
PriorityScheduler
           
ProcessingGroupParameters
           
RealtimeThread
          Class used to create a Realtime thread.
RelativeTime
           
ReleaseParameters
          This ReleaseParameters class is an equivalent of the ReleaseParameters class in RTSJ.
Schedulable
          Handlers and other objects can be run by a Scheduler if they provide a run() method and the methods defined below.
Scheduler
           
SchedulingParameters
          Subclasses of SchedulingParameters (PriorityParameters, ImportanceParameters, and any others defined for particular schedulers) provide the parameters to be used by the Scheduler.