Difference between revisions of "OpenIGTLink/ProtocolV2/Type/String"
From NAMIC Wiki
(Created page with ' << Version 2 Draft Page =Summary= STRING message type is used for transferring a character string. It supports character strings up to 6…') |
|||
Line 60: | Line 60: | ||
=Contributors= | =Contributors= | ||
− | Junichi Tokuda | + | Junichi Tokuda |
=Comments= | =Comments= |
Revision as of 22:57, 23 November 2010
Home < OpenIGTLink < ProtocolV2 < Type < StringContents
Summary
STRING message type is used for transferring a character string. It supports character strings up to 65535 bytes.
Message Types
STRING
Data | Type | Description |
ENCODING | uint16 | Encoding type (TBD) |
LENGTH | uint8 | Length of string (bytes) |
STRING | uint8[LARRAY] | Byte array of the string |
GET_STRING
Data | Type | Description |
STT_STRING
N/A
STP_STRING
N/A
RTS_STRING
N/A
Implementations
The TDATA message type is implemented in the following source code.
Contributors
Junichi Tokuda