CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::IGTLinkClientStreamer Class Reference

#include <cxIGTLinkClientStreamer.h>

Inheritance diagram for cx::IGTLinkClientStreamer:
cx::Streamer

Public Member Functions

 IGTLinkClientStreamer ()
 
virtual ~IGTLinkClientStreamer ()
 
void setAddress (QString address, int port)
 
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...
 

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
 

Detailed Description

Definition at line 55 of file cxIGTLinkClientStreamer.h.

Constructor & Destructor Documentation

cx::IGTLinkClientStreamer::IGTLinkClientStreamer ( )

Definition at line 57 of file cxIGTLinkClientStreamer.cpp.

cx::IGTLinkClientStreamer::~IGTLinkClientStreamer ( )
virtual

Definition at line 64 of file cxIGTLinkClientStreamer.cpp.

Member Function Documentation

bool cx::IGTLinkClientStreamer::isStreaming ( )
virtual

Implements cx::Streamer.

Definition at line 144 of file cxIGTLinkClientStreamer.cpp.

void cx::IGTLinkClientStreamer::setAddress ( QString  address,
int  port 
)

Definition at line 69 of file cxIGTLinkClientStreamer.cpp.

void cx::IGTLinkClientStreamer::startStreaming ( SenderPtr  sender)
virtual

Implements cx::Streamer.

Definition at line 76 of file cxIGTLinkClientStreamer.cpp.

void cx::IGTLinkClientStreamer::stopStreaming ( )
virtual

Implements cx::Streamer.

Definition at line 134 of file cxIGTLinkClientStreamer.cpp.


The documentation for this class was generated from the following files: