CustusX
16.5.0-rc9
An IGT application
|
#include <cxLocalServerStreamerServer.h>
Public Member Functions | |
LocalServerStreamer (QString serverName, QString serverArguments) | |
virtual | ~LocalServerStreamer () |
virtual void | startStreaming (SenderPtr sender) |
virtual void | stopStreaming () |
virtual bool | isStreaming () |
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... | |
Static Public Member Functions | |
static StreamerPtr | createStreamerIfEnabled (QDomElement root, StringMap args) |
Additional Inherited Members | |
Signals inherited from cx::Streamer | |
void | stateChanged () |
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 |
Streamer wrapping another Streamer, but also runs an executable as a local process.
Definition at line 74 of file cxLocalServerStreamerServer.h.
cx::LocalServerStreamer::LocalServerStreamer | ( | QString | serverName, |
QString | serverArguments | ||
) |
Definition at line 126 of file cxLocalServerStreamerServer.cpp.
|
virtual |
Definition at line 138 of file cxLocalServerStreamerServer.cpp.
|
static |
Definition at line 107 of file cxLocalServerStreamerServer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 166 of file cxLocalServerStreamerServer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 142 of file cxLocalServerStreamerServer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 155 of file cxLocalServerStreamerServer.cpp.