Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  
Public Attributes | List of all members
igtl::BindMessageBase::ChildMessageInfo Struct Reference

#include <igtlBindMessage.h>

Public Attributes

std::string name
 
void * ptr
 
igtlUint64 size
 
std::string type
 

Detailed Description

A structure to manage properties of a child message, including message type, message name, size and pointer to the class instance of the child message. A ChildMessageInfo structure is allocated per child message and managed by a vector m_ChildMessages.

Definition at line 75 of file igtlBindMessage.h.

Member Data Documentation

◆ name

std::string igtl::BindMessageBase::ChildMessageInfo::name

Definition at line 77 of file igtlBindMessage.h.

◆ ptr

void* igtl::BindMessageBase::ChildMessageInfo::ptr

Definition at line 79 of file igtlBindMessage.h.

◆ size

igtlUint64 igtl::BindMessageBase::ChildMessageInfo::size

Definition at line 78 of file igtlBindMessage.h.

◆ type

std::string igtl::BindMessageBase::ChildMessageInfo::type

Definition at line 76 of file igtlBindMessage.h.


The documentation for this struct was generated from the following file:

Generated at Sat Apr 15 2017 02:30:07 for OpenIGTLink by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2012