Fraxinus  16.5.0-fx-rc9
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::DummyImageStreamer Class Reference

#include <cxMHDImageStreamer.h>

Inheritance diagram for cx::DummyImageStreamer:
cx::CommandLineStreamer cx::Streamer

Public Member Functions

 DummyImageStreamer ()
 
virtual ~DummyImageStreamer ()
 
virtual void initialize (QString filename, bool secondaryStream, bool sendonce=false)
 
virtual void initialize (StringMap arguments)
 
virtual void startStreaming (SenderPtr sender)
 
virtual void stopStreaming ()
 
virtual bool isStreaming ()
 
virtual QString getType ()
 
virtual QStringList getArgumentDescription ()
 
- Public Member Functions inherited from cx::CommandLineStreamer
 CommandLineStreamer ()
 
virtual ~CommandLineStreamer ()
 
- 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::CommandLineStreamer
virtual void streamSlot ()
 
- 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::CommandLineStreamer
StringMap mArguments
 
- Protected Attributes inherited from cx::Streamer
SenderPtr mSender
 
QTimer * mSendTimer
 

Detailed Description

Reads a mhd file from disk and sends slices at a given interval.

Author
Janne Beate Bakeng, SINTEF
Christian Askeland, SINTEF
Date
Jun 21, 2011

Definition at line 99 of file cxMHDImageStreamer.h.

Constructor & Destructor Documentation

cx::DummyImageStreamer::DummyImageStreamer ( )

Definition at line 236 of file cxMHDImageStreamer.cpp.

virtual cx::DummyImageStreamer::~DummyImageStreamer ( )
inlinevirtual

Definition at line 105 of file cxMHDImageStreamer.h.

Member Function Documentation

QStringList cx::DummyImageStreamer::getArgumentDescription ( )
virtual

Implements cx::CommandLineStreamer.

Definition at line 266 of file cxMHDImageStreamer.cpp.

QString cx::DummyImageStreamer::getType ( )
virtual

Implements cx::CommandLineStreamer.

Definition at line 245 of file cxMHDImageStreamer.cpp.

void cx::DummyImageStreamer::initialize ( QString  filename,
bool  secondaryStream,
bool  sendonce = false 
)
virtual

Definition at line 292 of file cxMHDImageStreamer.cpp.

void cx::DummyImageStreamer::initialize ( StringMap  arguments)
virtual

Reimplemented from cx::CommandLineStreamer.

Definition at line 283 of file cxMHDImageStreamer.cpp.

bool cx::DummyImageStreamer::isStreaming ( )
virtual

Implements cx::Streamer.

Definition at line 324 of file cxMHDImageStreamer.cpp.

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

Implements cx::Streamer.

Definition at line 308 of file cxMHDImageStreamer.cpp.

void cx::DummyImageStreamer::stopStreaming ( )
virtual

Implements cx::Streamer.

Definition at line 319 of file cxMHDImageStreamer.cpp.


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