| Interface | Description |
|---|---|
| EventListener |
Created by Michael Dietz on 25.04.2016.
|
| ExceptionHandler |
Created by damia on 06.04.2016.
|
| Log.LogListener |
Interface to register listeners to
|
| Class | Description |
|---|---|
| Annotation |
Created by Johnny on 30.03.2017.
|
| Component |
Created by Johnny on 05.03.2015.
|
| Cons |
Created by Johnny on 05.03.2015.
|
| Consumer |
Created by Johnny on 05.03.2015.
|
| EventChannel |
Created by Johnny on 05.03.2015.
|
| EventHandler |
An EventHandler is a general component with no regulated inputs or outputs
Its only means of communication are events
Created by Johnny on 30.03.2015.
|
| LimitedSizeQueue<K> |
Custom implementation of a LIFO queue with fixed size.
|
| Log |
Created by Johnny on 17.03.2016.
|
| Monitor |
Monitor class to synchronize threads.
|
| Pipeline |
Main class for creating and interfacing with SSJ pipelines.
|
| Provider |
Created by Johnny on 05.03.2015.
|
| Sensor |
Handles connection to sensor device
|
| SensorChannel |
Component handling data stream of a sensor device.
|
| SSJApplication |
Created by Michael Dietz on 01.04.2015.
|
| ThreadPool |
Extends java's ThreadPoolExecutor to add uncaught exception handling
Created by Johnny on 06.04.2016.
|
| TimeBuffer |
Created by Johnny on 16.03.2015.
|
| Timer |
Created by Johnny on 05.03.2015.
|
| Transformer |
Created by Johnny on 05.03.2015.
|
| Util |
Created by Johnny on 26.03.2015.
|
| WatchDog |
Created by Johnny on 05.03.2015.
|
| Enum | Description |
|---|---|
| Cons.AudioFormat | |
| Cons.CameraType | |
| Cons.ChannelFormat | |
| Cons.FileType | |
| Cons.ImageFormat | |
| Cons.ImageRotation | |
| Cons.SocketType | |
| Cons.Type | |
| Log.Level | |
| Pipeline.State | |
| Pipeline.SyncType |
| Exception | Description |
|---|---|
| SSJException |
Created by Johnny on 20.10.2016.
|
| SSJFatalException |
Throwing this causes an immediate pipeline termination
Created by Johnny on 20.10.2016.
|