Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

org.nees.rbnb.DataVideoGather Class Reference

Gather data from multiple channels and make a video of the images on a related video channel. More...

Inheritance diagram for org.nees.rbnb.DataVideoGather:

org.nees.rbnb.RBNBBase List of all members.

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]

Detailed Description

Gather data from multiple channels and make a video of the images on a related video channel.

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

Author:
Terry E Weymouth
Version:
Revision
1.10

Definition at line 45 of file DataVideoGather.java.


Member Function Documentation

Object [] org.nees.rbnb.DataVideoGather.getParameterDefaultArray  )  [virtual]
 

Returns:
the array of default valeus for this type of object

Implements org.nees.rbnb.RBNBBase.

Definition at line 865 of file DataVideoGather.java.

String [] org.nees.rbnb.DataVideoGather.getParameterNameArray  )  [virtual]
 

Returns:
the array of parameter names for this type of object

Implements org.nees.rbnb.RBNBBase.

Definition at line 851 of file DataVideoGather.java.

String [] org.nees.rbnb.DataVideoGather.getParameterTypeArray  )  [virtual]
 

Returns:
the array of parameter types for this type of object

Implements org.nees.rbnb.RBNBBase.

Definition at line 858 of file DataVideoGather.java.

boolean org.nees.rbnb.DataVideoGather.isRunning  )  [virtual]
 

Return the state of the runnning code.

Returns:
true if any of the threads in this code are running

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().

void org.nees.rbnb.DataVideoGather.setVariablesFromParameters  )  [virtual]
 

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().

boolean org.nees.rbnb.DataVideoGather.start  )  [virtual]
 

Start this instance.

Returns:
true if start was sucessful

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().

boolean org.nees.rbnb.DataVideoGather.stop  )  [virtual]
 

Stop this instance.

Returns:
true if stop was sucessful

Implements org.nees.rbnb.RBNBBase.

Definition at line 886 of file DataVideoGather.java.

References org.nees.rbnb.DataVideoGather.isRunning().


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 11:12:28 2004 for Data turbine for NEESGrid by doxygen 1.3.7