pyigtl icon indicating copy to clipboard operation
pyigtl copied to clipboard

Implement message type TDATA

Open henrykrumb opened this issue 2 years ago • 0 comments

This PR implements the first composite message type, namely TDATA. In the API, the message object is constructed by creating a TDataMessage-type object, supplying an iterable (e.g. list) of TDataRecord objects in the constructor.

The code has been successfully tested with the unit test file, but a test with the OpenIGTLink reference implementation still needs to be done.

henrykrumb avatar Apr 19 '23 07:04 henrykrumb