openigtlink / SlicerOpenIGTLink

OpenIGTLinkIF module as an Slicer Extension
Other
17 stars 28 forks source link

Adding TDATA device handling #95

Closed adamrankin closed 5 years ago

adamrankin commented 5 years ago

Since TDATA is the first device to break the 1:1 node-to-device mapping, different logic is used to analyse the message and update nodes

Sending of TDATA in server mode is not tested, receiving of TDATA behaves as expected

leochan2009 commented 5 years ago

we need to fix the conflict and merge this pull request

leochan2009 commented 5 years ago

@adamrankin , there is a vtkMRMLIGTLTrackingDataBundleNode defined, it can be used for 1:1 node-to-device mapping

leochan2009 commented 5 years ago

See pull request #100