Inheritance diagram for org.nees.rbnb.FlexTpsSource:
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
Paul Hubbard
TpsSouce - takes an image stream from an FlexTPS source and put the JPEG images into RBNB with timestamps.
Definition at line 33 of file FlexTpsSource.java.
|
Implements org.nees.rbnb.RBNBBase. Definition at line 567 of file FlexTpsSource.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 553 of file FlexTpsSource.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 560 of file FlexTpsSource.java. |
|
Return the state of the runnning code.
Implements org.nees.rbnb.RBNBBase. Definition at line 545 of file FlexTpsSource.java. Referenced by org.nees.rbnb.FlexTpsSource.start(), and org.nees.rbnb.FlexTpsSource.stop(). |
|
Use the parameter table to set the actual variables for this RBNB application.
Implements org.nees.rbnb.RBNBBase. Definition at line 262 of file FlexTpsSource.java. Referenced by org.nees.rbnb.FlexTpsSource.start(). |
|
Start this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 574 of file FlexTpsSource.java. References org.nees.rbnb.FlexTpsSource.isRunning(), and org.nees.rbnb.FlexTpsSource.setVariablesFromParameters(). |
|
Stop this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 587 of file FlexTpsSource.java. References org.nees.rbnb.FlexTpsSource.isRunning(). |