Public Member Functions | |
void | run () |
Method that every thread must implement. | |
Protected Member Functions | |
void | setToKill (Thread tokill) |
Method used to set the thread to terminate. | |
Package Attributes | |
Thread | toKill |
This thread will try to terminate the testmodule::DaqTests::ConnectingThread of the user cancels the connection. | |
boolean | interrupted = false |
If the testmodule::DaqTests::ConnectingThread was succesful then it will interrupted this thread. |
This gives a message and the option to cancel the connection by the user for whatever reason.
Definition at line 233 of file DaqTests.java.
|
Method that every thread must implement. This method displays a message to the user that DaqTests is trying to connect to the DAQ. And it give the user the option to stop the connection. Definition at line 254 of file DaqTests.java. |
|
Method used to set the thread to terminate.
Definition at line 245 of file DaqTests.java. References toKill. Referenced by dndtester::DaqTests::DaqTests(). |