15 #ifndef __igtlSessionManager_h
16 #define __igtlSessionManager_h
46 void SetHostname(
const char * str) {this->m_Hostname = str; this->m_ConfigurationUpdated =
true; }
47 const char *
GetHostname() {
return this->m_Hostname.c_str(); }
48 void SetPort(
int p) { this->m_Port = p; this->m_ConfigurationUpdated =
true; }
53 void SetMode(
int m) {this->m_Mode = m; this->m_ConfigurationUpdated =
true; }
96 #endif // __igtlSessionManager_h
MessageHandler * m_CurrentMessageHandler
std::vector< MessageHandler * > m_MessageHandlerList
#define igtlTypeMacro(thisClass, superclass)
const char * GetHostname()
The "igtl" namespace contains all OpenIGTLink classes. There are several nested namespaces within the...
void SetHostname(const char *str)
bool m_ConfigurationUpdated
igtl::MessageHeader::Pointer m_Header
SmartPointer< Self > Pointer
igtl::TimeStamp::Pointer m_TimeStamp
Base class for most igtl classes.
SmartPointer< const Self > ConstPointer