public class RTITest extends java.lang.Object implements UDIDataReaderListener<ApplicationObject>
| Constructor and Description |
|---|
RTITest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
onNewData(ApplicationObject topicSample)
Permits the application/listener to use Java Generics and handle typed objects instead of Java Objects.
|
void |
testRTILayer() |
public RTITest()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic static void main(java.lang.String[] args)
throws java.lang.InterruptedException
args - java.lang.InterruptedExceptionpublic void testRTILayer()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void onNewData(ApplicationObject topicSample)
UDIDataReaderListeneronNewData in interface UDIDataReaderListener<ApplicationObject>topicSample - The data received