17 #ifndef QMITKIGTLSTREAMINGCONNECTOR_H
18 #define QMITKIGTLSTREAMINGCONNECTOR_H
24 #include "MitkOpenIGTLinkUIExports.h"
63 void OnUpdateSource();
This class is used to stream messages from a IGTL message source into the sending queue of a message ...
itk::SmartPointer< Self > Pointer
static const std::string VIEW_ID
mitk::IGTLMessageProvider::Pointer m_IGTLMessageProvider
holds the message provider that will send the stream data from the source
mitk::IGTLMessageSource::Pointer m_IGTLMessageSource
holds the message source that has to stream its data
static const unsigned int MILISECONDS_BETWEEN_FPS_CHECK
QTimer m_CheckFPSTimer
Everytime this timer is fired the fps of the message source are checked and the streaming is started ...
QTimer m_StreamingTimer
the timer that is configured depending on the fps, if it is fired the pipeline is updated and the IGT...