NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
cx::StreamerServiceNull Class Reference

Null implementation of the StreamerService. More...

#include <cxStreamerServiceNull.h>

Inheritance diagram for cx::StreamerServiceNull:
cx::StreamerService

Public Member Functions

 StreamerServiceNull ()
 
virtual ~StreamerServiceNull ()
 
virtual QString getName ()
 
virtual QString getType () const
 
virtual void stop ()
 
virtual std::vector< PropertyPtrgetSettings (QDomElement root)
 
virtual StreamerPtr createStreamer (QDomElement root)
 
- Public Member Functions inherited from cx::StreamerService
 StreamerService ()
 

Additional Inherited Members

- Static Public Member Functions inherited from cx::StreamerService
static StreamerServicePtr getNullObject ()
 

Detailed Description

Null implementation of the StreamerService.

Date
June 02, 2015
Author
Janne Beate Bakeng, SINTEF

Definition at line 27 of file cxStreamerServiceNull.h.

Constructor & Destructor Documentation

◆ StreamerServiceNull()

cx::StreamerServiceNull::StreamerServiceNull ( )
inline

Definition at line 30 of file cxStreamerServiceNull.h.

◆ ~StreamerServiceNull()

virtual cx::StreamerServiceNull::~StreamerServiceNull ( )
inlinevirtual

Definition at line 31 of file cxStreamerServiceNull.h.

Member Function Documentation

◆ createStreamer()

StreamerPtr cx::StreamerServiceNull::createStreamer ( QDomElement  root)
virtual

Return a streamer that can emit image data.

Implements cx::StreamerService.

Definition at line 36 of file cxStreamerServiceNull.cpp.

◆ getName()

QString cx::StreamerServiceNull::getName ( )
virtual

Implements cx::StreamerService.

Definition at line 16 of file cxStreamerServiceNull.cpp.

◆ getSettings()

std::vector< PropertyPtr > cx::StreamerServiceNull::getSettings ( QDomElement  root)
virtual

Fill settings for this algorithm. Input is the root node for this algo, filled with stored settings (if any). On completion, the root is filled with default values for settings.

Implements cx::StreamerService.

Definition at line 29 of file cxStreamerServiceNull.cpp.

◆ getType()

QString cx::StreamerServiceNull::getType ( ) const
virtual

Implements cx::StreamerService.

Definition at line 21 of file cxStreamerServiceNull.cpp.

◆ stop()

void cx::StreamerServiceNull::stop ( )
virtual

Implements cx::StreamerService.

Definition at line 26 of file cxStreamerServiceNull.cpp.


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