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

From NAMIC Wiki
Jump to: navigation, search
(Created page with ' << Version 2 Draft Page =Summary= NDARRAY is a data type, which is designed to transfer N-dimensional numerical array. =Message Types=…')
 
Line 36: Line 36:
 
|}
 
|}
  
==GET_KINEMAT==
+
==GET_NDARRAY==
  
 
{| border="1" cellpadding="5" cellspacing="0" align="center"
 
{| border="1" cellpadding="5" cellspacing="0" align="center"
Line 47: Line 47:
  
  
==STT_KINEMAT==
+
==STT_NDARRAY==
  
 
{| border="1" cellpadding="5" cellspacing="0" align="center"
 
{| border="1" cellpadding="5" cellspacing="0" align="center"
Line 57: Line 57:
 
|}
 
|}
  
==STP_KINEMAT==
+
==STP_NDARRAY==
  
 
{| border="1" cellpadding="5" cellspacing="0" align="center"
 
{| border="1" cellpadding="5" cellspacing="0" align="center"
Line 67: Line 67:
 
|}
 
|}
  
==RTS_KINEMAT==
+
==RTS_NDARRAY==
  
 
=Implementations=
 
=Implementations=

Revision as of 06:10, 14 July 2010

Home < OpenIGTLink < ProtocolV2 < Type < NDArray

<< Version 2 Draft Page

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)
Bit 2: sign (0=unsigned, 1=signed, ignored if values are float)
Bit 3: integer or float (0=integer, 1=float)
Bit 4: Data Byte Order

DIM UINT8 Dimension of array
SIZE UINT16[DIM] Size of array
DATA Specified in TYPE Array data.

GET_NDARRAY

Data Type Description


STT_NDARRAY

Data Type Description

STP_NDARRAY

Data Type Description

RTS_NDARRAY

Implementations

The KINEMAT message type is implemented in the following source code.

Contributors

Junichi Tokuda, Yuichiro Hayashi

Comments