OpenIGTLink/ProtocolV2/Type/NDArray
From NAMIC Wiki
Revision as of 06:09, 14 July 2010 by Tokuda (talk | contribs) (Created page with ' << Version 2 Draft Page =Summary= NDARRAY is a data type, which is designed to transfer N-dimensional numerical array. =Message Types=…')
Home < OpenIGTLink < ProtocolV2 < Type < NDArray
Contents
Summary
NDARRAY is a data type, which is designed to transfer N-dimensional numerical array.
Message Types
NDARRAY
Data | Type | Description |
TYPE | UINT8 |
Bit 0-1: bit (0=8bit, 1=16bit, 2=32bit, 3=64bit) |
DIM | UINT8 | Dimension of array |
SIZE | UINT16[DIM] | Size of array |
DATA | Specified in TYPE | Array data. |
GET_KINEMAT
Data | Type | Description |
STT_KINEMAT
Data | Type | Description |
STP_KINEMAT
Data | Type | Description |
RTS_KINEMAT
Implementations
The KINEMAT message type is implemented in the following source code.
Contributors
Junichi Tokuda, Yuichiro Hayashi