Difference between revisions of "OpenIGTLink/ProtocolV2/Type/ColorTable"

From NAMIC Wiki
Jump to: navigation, search
(Created page with ' << Version 2 Draft Page =Summary= COLORT is used to transfer a color table. =Message Types= ==COLORT== To get the COLORTABLE, GET_COL…')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[OpenIGTLink/ProtocolV2/Draft | &lt;&lt; Version 2 Draft Page]]
+
[[OpenIGTLink/ProtocolV2/Index | &lt;&lt; Version 2 Index Page]]
  
 
=Summary=
 
=Summary=
Line 44: Line 44:
  
 
==STP_COLORT==
 
==STP_COLORT==
 +
 +
N/A
 +
 +
==RTS_COLORT==
  
 
N/A
 
N/A

Latest revision as of 04:42, 30 November 2011

Home < OpenIGTLink < ProtocolV2 < Type < ColorTable

<< Version 2 Index Page

Summary

COLORT is used to transfer a color table.

Message Types

COLORT

To get the COLORTABLE, GET_COLORT is used with the Id in the device name field.

Data Type Description
I 8-bit unsigned int Index Type (3:uint8 5:uint16)
M 8-bit unsigned int Map Type (3:uint8 5:uint16 19:RGB color)
TABLE Array of 8-bit unsigned int Color index table

GET_COLORT

Data Type Description


STT_COLORT

N/A

STP_COLORT

N/A

RTS_COLORT

N/A

Implementations

IMGMETA message type is implemented in the following source code.

Contributors

Alexander Schaal

Comments