Difference between revisions of "OpenIGTLink/ProtocolV2/ProoposalTemplate"
From NAMIC Wiki
(Created page with ' << Version 2 Draft Page =Summary= The XXXX format supports blah-blah-blah. =Message Types= ==XXXX== {| border="1" cellpadding="5" …') |
|||
| Line 94: | Line 94: | ||
|- | |- | ||
|} | |} | ||
| + | |||
| + | =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) | ||
Revision as of 03:06, 30 June 2010
Home < OpenIGTLink < ProtocolV2 < ProoposalTemplateContents
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)