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…')
 
Line 44: Line 44:
  
 
==STP_COLORT==
 
==STP_COLORT==
 +
 +
N/A
 +
 +
==RTS_COLORT==
  
 
N/A
 
N/A

Revision as of 21:09, 30 November 2010

Home < OpenIGTLink < ProtocolV2 < Type < ColorTable

<< Version 2 Draft 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