Difference between revisions of "OpenIGTLink/ProtocolV2/ProoposalTemplate"

From NAMIC Wiki
Jump to: navigation, search
Line 99: Line 99:
 
*igtlXXXXMessage.h (link to the file in subversion repository, if available)
 
*igtlXXXXMessage.h (link to the file in subversion repository, if available)
 
*igtlXXXXMessage.cxx (link to the file in subversion repository, if available)
 
*igtlXXXXMessage.cxx (link to the file in subversion repository, if available)
 +
 +
=Acknowledgement=

Revision as of 03:37, 30 June 2010

Home < OpenIGTLink < ProtocolV2 < ProoposalTemplate

<< Version 2 Draft Page

Summary

The XXXX format supports blah-blah-blah.

Message Types

XXXX

Data Type Description
V1 unsigned short Value 1
V2 8bit unsigned int Value 2
... ... ...


GET_XXXX

Data Type Description
V1 unsigned short Value 1
V2 8bit unsigned int Value 2
... ... ...


STT_XXXX

Data Type Description
V1 unsigned short Value 1
V2 8bit unsigned int Value 2
... ... ...

STP_XXXX

Data Type Description
V1 unsigned short Value 1
V2 8bit unsigned int Value 2
... ... ...

Implementations

XXX message type is implemented in the following source code.

  • igtlXXXXMessage.h (link to the file in subversion repository, if available)
  • igtlXXXXMessage.cxx (link to the file in subversion repository, if available)

Acknowledgement