NaviTrack Tutorial:Creating module:Testing
From NAMIC Wiki
Home < NaviTrack Tutorial:Creating module:Testing
Contents
In this testing, we use three NaviTrack configuration files included in the sample source codes archive that you have already downloaded. (File:NTTutorial May2007.zip)
tutorial_consolesink.xml
This file is used to receive a coordinate data from NetworkSink and display the value onto a console by using ConsoleSink.
tutorial_source.xml
This file is used to send a coordinate data, which is generated by pushEvent() in MyTutorialModule, to other hosts, by using NetworkSink.
tutorial_sink.xml
This file is used to receive a coodinate data from NetworkSink and display the value onto a console by using MyTutorialSink.
Testing MyTutorialSource
===Step 1: Copy