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

R

RGB - Static variable in class se.lth.cs.opi.OPIColorcube
 
RTDelayed - error se.lth.cs.realtime.RTDelayed.
 
RTDelayed(long, int) - Constructor for class se.lth.cs.realtime.RTDelayed
 
RTError - error se.lth.cs.realtime.RTError.
Unchecked exception to be thrown when handling time, concurrency, or resources are interrupted or violated in such a way that there is normally nothing better to do than closing down the application.
RTError() - Constructor for class se.lth.cs.realtime.RTError
 
RTError(String) - Constructor for class se.lth.cs.realtime.RTError
 
RTError(String, Throwable) - Constructor for class se.lth.cs.realtime.RTError
 
RTError(Throwable) - Constructor for class se.lth.cs.realtime.RTError
 
RTEvent - class se.lth.cs.realtime.event.RTEvent.
The base class of real-time/time-stamped events.
RTEvent() - Constructor for class se.lth.cs.realtime.event.RTEvent
Constructs an RTEvent object with the current thread as source and a time stamp from the current system time.
RTEvent(Object) - Constructor for class se.lth.cs.realtime.event.RTEvent
Constructs an RTEvent object with the specified source object and a time stamp from the current system time.
RTEvent(long) - Constructor for class se.lth.cs.realtime.event.RTEvent
Constructs an RTEvent object with the current thread as source and with the specified time stamp.
RTEvent(Object, long) - Constructor for class se.lth.cs.realtime.event.RTEvent
Constructs an RTEvent object with the specified source object and time stamp.
RTEvent(Object, long, Timebase) - Constructor for class se.lth.cs.realtime.event.RTEvent
Constructs an RTEvent object with the specified source object and time-stamp with respect to the specified time-base.
RTEventBuffer - class se.lth.cs.realtime.event.RTEventBuffer.
A thread safe basic queue/buffer for RTEvent objects.
RTEventBuffer() - Constructor for class se.lth.cs.realtime.event.RTEventBuffer
Initializes the buffer with a size of DEFAULT_SIZE.
RTEventBuffer(int) - Constructor for class se.lth.cs.realtime.event.RTEventBuffer
Initializes the queue (buffer) with a given maximal size.
RTEventBuffer(int, Synchronized.Lock) - Constructor for class se.lth.cs.realtime.event.RTEventBuffer
Initializes the queue (buffer) with a given maximal size, and with a lock object to be used for synchronization.
RTEventBufferInput - interface se.lth.cs.realtime.event.RTEventBufferInput.
Methods for event buffer input.
RTEventBufferOutput - interface se.lth.cs.realtime.event.RTEventBufferOutput.
Methods for event buffer output.
RTEventDispatcher - class se.lth.cs.realtime.event.RTEventDispatcher.
A collection of RTEventListeners, organized in three sets and ordered according to priority within each set.
RTEventDispatcher(Object) - Constructor for class se.lth.cs.realtime.event.RTEventDispatcher
Create a dispatcher with its creator (the event source) registered as the owner.
RTEventListener - interface se.lth.cs.realtime.event.RTEventListener.
Interface implemented by thread objects or other objects that are able to accept RTEvents via its putEvent method.
RTEventSource - interface se.lth.cs.realtime.event.RTEventSource.
Source of real-time events that are to be passed to RTEventListener objects that have subscribed on such events.
RTInterrupted - error se.lth.cs.realtime.RTInterrupted.
 
RTInterrupted() - Constructor for class se.lth.cs.realtime.RTInterrupted
 
RTInterrupted(String) - Constructor for class se.lth.cs.realtime.RTInterrupted
 
RTInterrupted(String, Throwable) - Constructor for class se.lth.cs.realtime.RTInterrupted
 
RTInterrupted(Throwable) - Constructor for class se.lth.cs.realtime.RTInterrupted
 
RTSystem - class se.lth.cs.realtime.RTSystem.
 
RTSystem() - Constructor for class se.lth.cs.realtime.RTSystem
 
RTSystemProperties - interface se.lth.cs.realtime.RTSystemProperties.
Compile-time general system settings and properties, reflecting execution on an ordinary JVM on an ordinary operating system.
RTThread - class se.lth.cs.realtime.RTThread.
This class defines a thread of execution in a real-time environment.
RTThread() - Constructor for class se.lth.cs.realtime.RTThread
Allocates a new RTThread object with a newly generated name in its father's RTThreadGroup.
RTThread(String) - Constructor for class se.lth.cs.realtime.RTThread
Allocates a new RTThread object with the specified name in its father's RTThreadGroup.
RTThread(RTThreadGroup) - Constructor for class se.lth.cs.realtime.RTThread
Allocates a new RTThread object with a newly generated name in the specified RTThreadGroup.
RTThread(RTThreadGroup, String) - Constructor for class se.lth.cs.realtime.RTThread
Allocates a new RTThread object with the specified name in the specified RTThreadGroup.
RTThreadGroup - class se.lth.cs.realtime.RTThreadGroup.
A thread group represents a set of threads.
RTThreadGroup(String) - Constructor for class se.lth.cs.realtime.RTThreadGroup
Constructs a new thread group.
RTThreadGroup(RTThreadGroup, String) - Constructor for class se.lth.cs.realtime.RTThreadGroup
Creates a new thread group.
RendezvousEvent - class se.lth.cs.realtime.event.RendezvousEvent.
Support rendezvous between an event producer and an event consumer.
RendezvousEvent() - Constructor for class se.lth.cs.realtime.event.RendezvousEvent
Create empty event, without shared data and without work to be done, which can be useful to only synchronize execution.
RunnableEvent - class se.lth.cs.realtime.event.RunnableEvent.
Event providing code to be executed by the event receiver, by calling run.
RunnableEvent() - Constructor for class se.lth.cs.realtime.event.RunnableEvent
 
RunnableEvent(Object) - Constructor for class se.lth.cs.realtime.event.RunnableEvent
 
RunnableEvent(long) - Constructor for class se.lth.cs.realtime.event.RunnableEvent
 
RunnableEvent(Object, long) - Constructor for class se.lth.cs.realtime.event.RunnableEvent
 
RunnableEvent(Object, long, Timebase) - Constructor for class se.lth.cs.realtime.event.RunnableEvent
 
removeActListener(RTEventListener, Object) - Method in class se.lth.cs.realtime.event.RTEventDispatcher
Method to remove an activity listener.
removeExcListener(RTEventListener, Object) - Method in class se.lth.cs.realtime.event.RTEventDispatcher
Method to remove an exception listener.
removeListener(RTEventListener, Object) - Method in class se.lth.cs.realtime.event.RTEventDispatcher
Remove the listener as a listener of the specified type.
requestFastPictureUpdate() - Method in class se.lth.cs.opi.OPICompressionDeviceVideo
 
resize() - Method in class se.lth.cs.opi.OPIWindow
 
resume() - Method in class se.lth.cs.opi.OPIPipeline
 
resume() - Method in class se.lth.cs.realtime.CyclicThread
Asks a suspended thread to resume execution.
returnBuffer(OPIBuffer) - Method in class se.lth.cs.opi.OPIStream
 
run() - Method in class JPEGStreamViewer
The Runnable interface require this methods to be implemented.
run() - Method in class se.lth.cs.realtime.CyclicThread
Defines the behaviour of a cyclic thread.
run() - Method in class se.lth.cs.realtime.JThread
Default non-empty run method, first calling init, then calling perform while not interrupted, and finally calling exit.
run() - Method in class se.lth.cs.realtime.event.RunnableEvent
 

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