Difference between revisions of "OpenIGTLink/Simlators"
From NAMIC Wiki
(New page: << OpenIGTLink =Building Simulator Programs= The simulator programs come with the OpenIGTLink Library. You can find source codes in the Op...) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
=Building Simulator Programs= | =Building Simulator Programs= | ||
The simulator programs come with [[OpenIGTLink/Library| the OpenIGTLink Library]]. You can find source codes in the OpenIGTLink/Examples directory. | The simulator programs come with [[OpenIGTLink/Library| the OpenIGTLink Library]]. You can find source codes in the OpenIGTLink/Examples directory. | ||
− | Please refer [[OpenIGTLink/Library| this page]] to build the library with the simulator programs. | + | Please refer to [[OpenIGTLink/Library| this page]] to build the library with the simulator programs. |
If the simulator programs are successfully built, you could find the binaries in the OpenIGTLink-build/bin directory. | If the simulator programs are successfully built, you could find the binaries in the OpenIGTLink-build/bin directory. | ||
+ | |||
+ | =List of Simulators= | ||
+ | {|border="1" cellpadding="2" | ||
+ | | style="width:25%; background:#5EAE85"|Example Name | ||
+ | | style="width:25%; background:#5EAE85"|Directory | ||
+ | | style="width:50%; background:#5EAE85"|Description | ||
+ | |- | ||
+ | |style="width:25%; background:#8EDEB5"| TrackerClient.cxx | ||
+ | ||Example/Tracker | ||
+ | ||Example to send dummy tracking; works as a TCP client. | ||
+ | |- | ||
+ | |style="width:25%; background:#8EDEB5"| TrackerServer.cxx | ||
+ | ||Example/Tracker | ||
+ | ||Example to send dummy tracking; works as a TCP server. | ||
+ | |- | ||
+ | |style="width:25%; background:#8EDEB5"| ReceiveServer.cxx | ||
+ | ||Example/Receiver | ||
+ | ||Example to receive tracking data; works as a TCP server. | ||
+ | |- | ||
+ | |style="width:25%; background:#8EDEB5"| ImagerClient.cxx | ||
+ | ||Example/Imager | ||
+ | ||Example to send image data; works as a TCP client | ||
+ | |- | ||
+ | |style="width:25%; background:#8EDEB5"| ImagerServer.cxx | ||
+ | ||Example/Imager | ||
+ | ||Example to send image data; works as a TCP client | ||
+ | |} |
Latest revision as of 16:09, 16 December 2008
Home < OpenIGTLink < SimlatorsBuilding Simulator Programs
The simulator programs come with the OpenIGTLink Library. You can find source codes in the OpenIGTLink/Examples directory. Please refer to this page to build the library with the simulator programs.
If the simulator programs are successfully built, you could find the binaries in the OpenIGTLink-build/bin directory.
List of Simulators
Example Name | Directory | Description |
TrackerClient.cxx | Example/Tracker | Example to send dummy tracking; works as a TCP client. |
TrackerServer.cxx | Example/Tracker | Example to send dummy tracking; works as a TCP server. |
ReceiveServer.cxx | Example/Receiver | Example to receive tracking data; works as a TCP server. |
ImagerClient.cxx | Example/Imager | Example to send image data; works as a TCP client |
ImagerServer.cxx | Example/Imager | Example to send image data; works as a TCP client |