NaviTrack Tutorial:Creating module:Module structure
From NAMIC Wiki
Home < NaviTrack Tutorial:Creating module:Module structure
Contents
Three types of node
- Sink node (XxxxSink.h, [XxxxSink.cxx])
- Source node (XxxxSource.h, [XxxxSource.cxx])
- Filter node (we don't use this in the tutorial)
Structure of XXXModule
- Change directory to navitrack you just created
- Run the following command to check out NaviTrack source tree:
svn co --username ivs --password ivs https://ariser.uio.no/svn/navitrack/branches/nt-brp NaviTrack