Public Member Functions | |
DaqToRbnb (String[] args) | |
Constructor, just parses arguments. | |
Static Public Member Functions | |
final void | main (String[] args) |
Implements the command line application. |
This command line application takes parameters for a DAQ server and an RBNB server, creates a connection of DAQ channel to RBNB channel and posts the data from DAQ to RBNB (Data Turbine). Currently, the mapping is created at startup and is assumed to bu unchanged (that is, DAQ channels can not be added or removed).
Definition at line 37 of file daq/DaqToRbnb.java.
|
Constructor, just parses arguments.
Definition at line 116 of file daq/DaqToRbnb.java. |
|
Implements the command line application. The command line application for DaqToRbnb Usage is: -q DAQ Server Host Name defaults to localhost -c DAQ Control Port defaults to 55055 -d DAQ Data Port defaults to 55056 -s RBNB Server Host Name defaults to localhost -p RBNB Port Number defaults to 3333 -n RBNB Source Name defaults to FromDAQ -z RBNB cache size defaults to 100 -o time offset, floating point, hours to GMT defaults to the local time offset
Definition at line 86 of file daq/DaqToRbnb.java. References org.nees.daq.DaqToRbnb.main(). Referenced by org.nees.daq.DaqToRbnb.main(). |