Difference between revisions of "NaviTrack Tutorial:Creating module:Testing"

From NAMIC Wiki
Jump to: navigation, search
(No difference)

Revision as of 20:58, 15 May 2007

Home < NaviTrack Tutorial:Creating module:Testing

NaviTrack configuration files

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