![]() |
NorMIT-nav
16.5
An IGT application
|
#include <cxStreamer.h>
Public Member Functions | |
CommandLineStreamer () | |
virtual | ~CommandLineStreamer () |
virtual QStringList | getArgumentDescription ()=0 |
virtual QString | getType ()=0 |
virtual void | initialize (StringMap arguments) |
![]() | |
Streamer () | |
virtual | ~Streamer () |
virtual void | startStreaming (SenderPtr sender)=0 |
virtual void | stopStreaming ()=0 |
virtual bool | isStreaming ()=0 |
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... | |
Protected Slots | |
virtual void | streamSlot () |
![]() | |
virtual void | streamSlot ()=0 |
Protected Attributes | |
StringMap | mArguments |
![]() | |
SenderPtr | mSender |
QTimer * | mSendTimer |
Additional Inherited Members | |
![]() | |
void | stateChanged () |
![]() | |
void | setInitialized (bool initialized) |
bool | isInitialized () |
void | createSendTimer (bool singleshot=false) |
bool | isReadyToSend () |
Definition at line 104 of file cxStreamer.h.
|
inline |
Definition at line 109 of file cxStreamer.h.
|
inlinevirtual |
Definition at line 110 of file cxStreamer.h.
|
pure virtual |
Implemented in cx::DummyImageStreamer, and cx::ImageStreamerOpenCV.
|
pure virtual |
Implemented in cx::DummyImageStreamer, and cx::ImageStreamerOpenCV.
|
virtual |
Reimplemented in cx::DummyImageStreamer, and cx::ImageStreamerOpenCV.
Definition at line 80 of file cxStreamer.cpp.
|
inlineprotectedvirtualslot |
Definition at line 118 of file cxStreamer.h.
|
protected |
Definition at line 118 of file cxStreamer.h.