#include "mitkCommon.h"
#include "itkObject.h"
#include "itkFastMutexLock.h"
#include "itkMultiThreader.h"
#include "igtlSocket.h"
#include "igtlMessageBase.h"
#include "igtlTransformMessage.h"
#include "MitkOpenIGTLinkExports.h"
#include "mitkIGTLMessageFactory.h"
#include "mitkIGTLMessageQueue.h"
#include "mitkIGTLMessage.h"
Go to the source code of this file.
|
| mitk::itkEventMacro (MessageSentEvent, itk::AnyEvent) |
| connect to this Event to get notified when a message was successfully sent More...
|
|
| mitk::itkEventMacro (MessageReceivedEvent, itk::AnyEvent) |
| connect to this Event to get notified when a message was received More...
|
|
| mitk::itkEventMacro (CommandReceivedEvent, itk::AnyEvent) |
| connect to this Event to get notified when a command was received More...
|
|
| mitk::itkEventMacro (NewClientConnectionEvent, itk::AnyEvent) |
| connect to this Event to get notified when another igtl device connects with this device. More...
|
|
| mitk::itkEventMacro (LostConnectionEvent, itk::AnyEvent) |
| connect to this Event to get notified when this device looses the connection to a socket. More...
|
|