|
MITK-IGT
IGT Extension of MITK
|
#include <mutex>#include <thread>#include "mitkCommon.h"#include "itkObject.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.
Classes | |
| class | mitk::IGTLDevice |
| Interface for all OpenIGTLink Devices. More... | |
Namespaces | |
| namespace | mitk |
| IGT Exceptions. | |
Functions | |
| mitk::itkEventMacroDeclaration (MessageSentEvent, itk::AnyEvent) | |
| connect to this Event to get notified when a message was successfully sent | |
| mitk::itkEventMacroDeclaration (MessageReceivedEvent, itk::AnyEvent) | |
| connect to this Event to get notified when a message was received | |
| mitk::itkEventMacroDeclaration (CommandReceivedEvent, itk::AnyEvent) | |
| connect to this Event to get notified when a command was received | |
| mitk::itkEventMacroDeclaration (NewClientConnectionEvent, itk::AnyEvent) | |
| connect to this Event to get notified when another igtl device connects with this device. | |
| mitk::itkEventMacroDeclaration (LostConnectionEvent, itk::AnyEvent) | |
| connect to this Event to get notified when this device looses the connection to a socket. | |