TubeTK/OpenIGTLink: Difference between revisions
From KitwarePublic
< TubeTK
Jump to navigationJump to search
No edit summary |
|||
Line 14: | Line 14: | ||
=== Version 1 === | === Version 1 === | ||
# Transform ( | # Transform ( igtlTransformMessage ) | ||
# Image ( igtlImageMessage ) | |||
# Position ( igtlPositionMessage ) | |||
# Status message ( igtlStatusMessage ) | |||
=== Version 2 === | === Version 2 === | ||
Revision as of 15:26, 4 June 2010
Introduction
OpenIGTLink is a communication protocol designed to work on the TCP/IP application layer to handle image, tracking data, transform, device control and monitoring command, and other user-defined data types. An example use case is a computer interfaced to a tracking device, gathers pose information of surgical instruments and packages the information in an OpenIGTLink protocol and sends the data over a network connection to a quantitative imaging workstation that runs
Workflow
Client side
- Establish connection with server side ( Example: igtl::ClientSocket )
- Generate OpenIGTLink message (data-to-be-sent ) and package in Open IGT Link format. (Example: igtl::TransformMessage )
Server side
Types of OpenIGTLink message
Version 1
- Transform ( igtlTransformMessage )
- Image ( igtlImageMessage )
- Position ( igtlPositionMessage )
- Status message ( igtlStatusMessage )