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

C

CAP_AUD_CAPTURE - Static variable in class se.lth.cs.opi.opi
 
CAP_AUD_COMPRESSION - Static variable in class se.lth.cs.opi.opi
 
CAP_AUD_DECOMPRESSION - Static variable in class se.lth.cs.opi.opi
 
CAP_AUD_OUTPUT - Static variable in class se.lth.cs.opi.opi
 
CAP_CAPTURE - Static variable in class se.lth.cs.opi.opi
 
CAP_COMPRESSION - Static variable in class se.lth.cs.opi.opi
 
CAP_DECOMPRESSION - Static variable in class se.lth.cs.opi.opi
 
CAP_OTHER_CAPTURE - Static variable in class se.lth.cs.opi.opi
 
CAP_OTHER_COMPRESSION - Static variable in class se.lth.cs.opi.opi
 
CAP_OTHER_DECOMPRESSION - Static variable in class se.lth.cs.opi.opi
 
CAP_OTHER_OUTPUT - Static variable in class se.lth.cs.opi.opi
 
CAP_OUTPUT - Static variable in class se.lth.cs.opi.opi
 
CAP_VID_CAPTURE - Static variable in class se.lth.cs.opi.opi
 
CAP_VID_COMPRESSION - Static variable in class se.lth.cs.opi.opi
 
CAP_VID_DECOMPRESSION - Static variable in class se.lth.cs.opi.opi
 
CAP_VID_OUTPUT - Static variable in class se.lth.cs.opi.opi
 
Condition - class se.lth.cs.realtime.Condition.
Providing enhanced {wait() | wait(timeout) | notify() | notifyAll()} methods, acting on the already locked object provided as the first argument for all methods.
Condition.Factory - class se.lth.cs.realtime.Condition.Factory.
A factory which creates condition variables.
Condition.Factory(MutexSem) - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables are used in combination with a mutual exclusion semaphore.
Condition.Factory(Monitor) - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables will be used within a Monitor.
Condition.Factory(Synchronized.Lock) - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables will be used within synchronized blocks and the object, which is used for synchronization, need to be used elsewhere.
Condition.Factory() - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables will be used within synchronized block and the object, which is used for synchronization, only will be used in the calling object.
ConfigureEvent - class se.lth.cs.realtime.event.ConfigureEvent.
Basic support for in-process and buffered reconfiguration of threads, as defined by providing a subclass with suitable configure method(s).
ConfigureEvent(Activity) - Constructor for class se.lth.cs.realtime.event.ConfigureEvent
Constructs a ConfigureEvent object with the specified source thread and identifier.
CountingSem - class se.lth.cs.realtime.semaphore.CountingSem.
Basic type of semaphore containing a counter which is incremented by one fore each call to give, and decremented by one for each returning call of take.
CountingSem() - Constructor for class se.lth.cs.realtime.semaphore.CountingSem
Creates a new CountingSem with the internal counter initialized to 0.
CountingSem(int) - Constructor for class se.lth.cs.realtime.semaphore.CountingSem
Creates a new CountingSem, initializing it to the specified (possibly negative) number.
CyclicThread - class se.lth.cs.realtime.CyclicThread.
This class models a real-time thread with cyclic behavior.
CyclicThread() - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
CyclicThread(String) - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
CyclicThread(RTThreadGroup) - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
CyclicThread(RTThreadGroup, String) - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
compareToPrevious(byte[]) - Method in class se.lth.cs.jpeg.JPEGMotionDetector
Returns the image difference between the given image and the previous one, in the range of 0 (no difference) to 255 (completely different).
configure(Thread) - Method in class se.lth.cs.realtime.event.ConfigureEvent
Configuration or reconfiguration of Java/concurrent threads, as defined by subclassing in the event-posting thread.
configure(RTThread) - Method in class se.lth.cs.realtime.event.ConfigureEvent
Configuration or reconfiguration of real-time threads.
copyData(byte[]) - Method in class se.lth.cs.opi.OPIBuffer
 
currentRTThread() - Static method in class se.lth.cs.realtime.RTThread
Returns a reference to the currently executing RTThread.
currentSize() - Method in class se.lth.cs.realtime.event.Buffer
The current size of the buffer.
currentSize() - Method in class se.lth.cs.realtime.event.BufferLegacy
Deprecated. The current size of the buffer.
currentSize() - Method in class se.lth.cs.realtime.event.BufferPlain
The current size of the buffer.
currentSize() - Method in class se.lth.cs.realtime.event.RTEventBuffer
The current size of the buffer.
currentThread() - Static method in class se.lth.cs.realtime.RTThread
Returns a reference to the currently executing thread object, which can be either an RTThread or a java.lang.Thread.
currentTimeMillis() - Static method in class se.lth.cs.realtime.RTSystem
Obtain current 'real' time.

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