Difference between revisions of "NaviTrack Tutorial:Creating module:Module structure"
From NAMIC Wiki
Line 1: | Line 1: | ||
− | == | + | == 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 | * Change directory to '''navitrack''' you just created | ||
* Run the following command to check out NaviTrack source tree: | * 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 | svn co --username ivs --password ivs https://ariser.uio.no/svn/navitrack/branches/nt-brp NaviTrack | ||
− | == | + | == Structure of Sink class == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | + | == Structure of Source class == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 17:30, 14 May 2007
Home < NaviTrack Tutorial:Creating module:Module structureContents
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