A B C D E F G H I J L M N O P R S T U W Y _

E

EmulatedCamera - class se.lth.cs.jpeg.EmulatedCamera.
A camera substitute.
EmulatedCamera() - Constructor for class se.lth.cs.jpeg.EmulatedCamera
Create a JPEG player with no ID and load a JPEG video from the given .Jpeg file.
EmulatedCamera(float) - Constructor for class se.lth.cs.jpeg.EmulatedCamera
Create a JPEG player with the given ID and load a JPEG video from the given .Jpeg file.
Environment - class se.lth.cs.realtime.Environment.
Not yet implemented support for hierarchical real-time systems.
Environment() - Constructor for class se.lth.cs.realtime.Environment
 
ExceptionEvent - class se.lth.cs.realtime.event.ExceptionEvent.
Event to be used by a thread that has encountered an error situation (typically when an Exception has been caught) and other threads need to be informed (typically to handle recovery, shutdown, backup control, etc.).
ExceptionEvent(Throwable, Activity) - Constructor for class se.lth.cs.realtime.event.ExceptionEvent
Constructs an ExceptionEvent object with the specified source thread.
ExceptionEvent(Throwable) - Constructor for class se.lth.cs.realtime.event.ExceptionEvent
Constructs an ExceptionEvent object with the specified cause, as in class Exception from the JDK1.4.
entry(RTEventListener) - Method in class se.lth.cs.realtime.event.RendezvousEvent
Enter the rendezvous where blocking should occur while the accepting thread carries out all transfers involving shared data.
enumerate(RTThread[]) - Method in class se.lth.cs.realtime.RTThreadGroup
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(RTThread[], boolean) - Method in class se.lth.cs.realtime.RTThreadGroup
Copies into the specified array every active thread in this thread group.
enumerate(RTThreadGroup[]) - Method in class se.lth.cs.realtime.RTThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumerate(RTThreadGroup[], boolean) - Method in class se.lth.cs.realtime.RTThreadGroup
Copies into the specified array references to every active subgroup in this thread group.

A B C D E F G H I J L M N O P R S T U W Y _