Inheritance diagram for org.nees.rbnb.DataVideoGather:
Public Member Functions | |
void | printUsage () |
boolean | setInstanceArgs (String[] args) |
void | appendChannelListFromPattern () |
void | appendChannelListFromString () |
void | startThread () |
void | stopThread () |
boolean | isRunning () |
Return the state of the runnning code. | |
void | setVariablesFromParameters () |
Use the parameter table to set the actual variables for this RBNB application. | |
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 | |
void | setParamterArrays () |
Static Package Functions | |
[static initializer] |
The collection is done on a periotic bases and the results are writen to a target file. The data is written to the file using this format: Active channels: ATL1,ATT1,ATL3,ATT3 Sample rate: 10.000000 Channel units: g,g,in,kip Time ATL1 ATT1 ATL3 ATT3 2002-11-13T15:48:55.26499 -0.006409 0.004272 -0.008850 -0.007935 2002-11-13T15:48:55.36499 -0.005798 -0.003662 -0.009766 -0.006714 2002-11-13T15:48:55.46499 -0.005798 -0.003662 -0.009766 -0.006714 2002-11-13T15:48:55.56499 -0.005798 -0.003662 -0.009766 -0.006714
Definition at line 45 of file DataVideoGather.java.
|
Implements org.nees.rbnb.RBNBBase. Definition at line 865 of file DataVideoGather.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 851 of file DataVideoGather.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 858 of file DataVideoGather.java. |
|
Return the state of the runnning code.
Implements org.nees.rbnb.RBNBBase. Definition at line 487 of file DataVideoGather.java. Referenced by org.nees.rbnb.DataVideoGather.start(), and org.nees.rbnb.DataVideoGather.stop(). |
|
Use the parameter table to set the actual variables for this RBNB application.
Implements org.nees.rbnb.RBNBBase. Definition at line 759 of file DataVideoGather.java. Referenced by org.nees.rbnb.DataVideoGather.start(). |
|
Start this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 872 of file DataVideoGather.java. References org.nees.rbnb.DataVideoGather.isRunning(), and org.nees.rbnb.DataVideoGather.setVariablesFromParameters(). |
|
Stop this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 886 of file DataVideoGather.java. References org.nees.rbnb.DataVideoGather.isRunning(). |