Public Member Functions | |
void | start () |
Start the thread up. | |
void | stop () |
Stop the thread, by setting boolean flag. | |
void | run () |
Main method. | |
void | addListener (String name, DaqListener l) |
Add listener to channel table. | |
void | removeListener (String name) |
Remove listener to channel table. | |
Package Functions | |
DataThread (Socket socket) throws IOException | |
Just connect input stream to socket. |
Definition at line 15 of file DataThread.java.
|
Just connect input stream to socket.
Definition at line 28 of file DataThread.java. |
|
Add listener to channel table.
Definition at line 114 of file DataThread.java. |
|
Remove listener to channel table.
Definition at line 125 of file DataThread.java. |
|
Main method. While have no errors, get and parse data from the DAQ. Convert the timestamps to our internal format, tokenize the data into channel/value, stuff it all into the turbine.
Rest of line is 'channel' pairs
Definition at line 60 of file DataThread.java. References org.nees.daq.ISOtoRbnbTime.getValue(), and org.nees.daq.DaqListener.postData(). |