Inheritance diagram for org.nees.rbnb.AxisSource:
Public Member Functions | |
void | printUsage () |
void | setVariablesFromParameters () |
Use the parameter table to set the actual variables for this RBNB application. | |
void | connect () |
void | startThread () |
void | stopThread () |
void | runWork () |
boolean | isRunning () |
Return the state of the runnning code. | |
String[] | getParameterNameArray () |
String[] | getParameterTypeArray () |
Object[] | getParameterDefaultArray () |
boolean | start () |
Start this instance. | |
boolean | stop () |
Stop this instance. | |
Static Public Member Functions | |
void | main (String[] args) |
Protected Member Functions | |
boolean | setInstanceArgs (String[] args) throws IllegalArgumentException |
void | setParamterArrays () |
Package Attributes | |
Source | source = null |
ChannelMap | sMap |
int | index |
boolean | connected = false |
Thread | timerThread |
boolean | runit = false |
Terry E. Weymouth
AxisSource - takes an image stream from an axis box and put the JPEG images into RBNB with timestamps.
Definition at line 32 of file rbnb/AxisSource.java.
|
Implements org.nees.rbnb.RBNBBase. Definition at line 482 of file rbnb/AxisSource.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 468 of file rbnb/AxisSource.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 475 of file rbnb/AxisSource.java. |
|
Return the state of the runnning code.
Implements org.nees.rbnb.RBNBBase. Definition at line 460 of file rbnb/AxisSource.java. Referenced by org.nees.rbnb.AxisSource.start(), and org.nees.rbnb.AxisSource.stop(). |
|
Use the parameter table to set the actual variables for this RBNB application.
Implements org.nees.rbnb.RBNBBase. Definition at line 185 of file rbnb/AxisSource.java. Referenced by org.nees.rbnb.AxisSource.start(). |
|
Start this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 489 of file rbnb/AxisSource.java. References org.nees.rbnb.AxisSource.isRunning(), and org.nees.rbnb.AxisSource.setVariablesFromParameters(). |
|
Stop this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 502 of file rbnb/AxisSource.java. References org.nees.rbnb.AxisSource.isRunning(). |