openigtlink / OpenIGTLink

Free, open-source network communication library for image-guided therapy
http://openigtlink.org
BSD 3-Clause "New" or "Revised" License
102 stars 184 forks source link

STT_TDATA specifications #221

Closed Joaopmoliveira closed 4 years ago

Joaopmoliveira commented 4 years ago

On the documentation about the STT_TDATA message it is specified that the message has a status flag with one byte, but if i'm not mistaken it does not in the implementation.

tokjun commented 4 years ago

That sounds right. I would suggest dropping the status flag from the STT_TDATA specification page - I don't think we need a success/failure flag when we start tracking.

leochan2009 commented 4 years ago

Fix committed. https://github.com/openigtlink/OpenIGTLink/commit/ea09e95b00854b73f6935237cfba734de24babc6

tokjun commented 4 years ago

Thanks @leochan2009