![]() |
CustusX
15.4.0-beta
An IGT application
|
#include <cxIGTLinkClientStreamer.h>
Public Member Functions | |
| IGTLinkClientStreamer () | |
| virtual | ~IGTLinkClientStreamer () |
| void | setAddress (QString address, int port) |
| virtual bool | startStreaming (SenderPtr sender) |
| virtual void | stopStreaming () |
| virtual QString | getType () |
Public Member Functions inherited from cx::Streamer | |
| Streamer () | |
| virtual | ~Streamer () |
| void | setSendInterval (int milliseconds) |
| how often an image should be sent (in milliseconds) More... | |
| int | getSendInterval () const |
| how often an image should be sent (in milliseconds) More... | |
Additional Inherited Members | |
Protected Slots inherited from cx::Streamer | |
| virtual void | streamSlot ()=0 |
Protected Member Functions inherited from cx::Streamer | |
| void | setInitialized (bool initialized) |
| bool | isInitialized () |
| void | createSendTimer (bool singleshot=false) |
| bool | isReadyToSend () |
Protected Attributes inherited from cx::Streamer | |
| SenderPtr | mSender |
| QTimer * | mSendTimer |
Definition at line 54 of file cxIGTLinkClientStreamer.h.
| cx::IGTLinkClientStreamer::IGTLinkClientStreamer | ( | ) |
Definition at line 53 of file cxIGTLinkClientStreamer.cpp.
|
virtual |
Definition at line 60 of file cxIGTLinkClientStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 142 of file cxIGTLinkClientStreamer.cpp.
| void cx::IGTLinkClientStreamer::setAddress | ( | QString | address, |
| int | port | ||
| ) |
Definition at line 65 of file cxIGTLinkClientStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 72 of file cxIGTLinkClientStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 132 of file cxIGTLinkClientStreamer.cpp.