13 #ifndef QMITKIGTLSTREAMINGCONNECTOR_H 14 #define QMITKIGTLSTREAMINGCONNECTOR_H 20 #include "MitkOpenIGTLinkUIExports.h" 48 void Initialize(mitk::IGTLMessageSource::Pointer msgSource,
49 mitk::IGTLMessageProvider::Pointer msgProvider);
59 void OnUpdateSource();
This class is used to stream messages from a IGTL message source into the sending queue of a message ...
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...