svcore  1.9
FFTDataServer::FillThread Class Reference
Inheritance diagram for FFTDataServer::FillThread:
Collaboration diagram for FFTDataServer::FillThread:

Public Types

enum  Type { RTThread, NonRTThread }
 

Public Slots

void start ()
 

Public Member Functions

 FillThread (FFTDataServer &server, int fillFromColumn)
 
int getExtent () const
 
int getCompletion () const
 
QString getError () const
 
virtual void run ()
 

Protected Attributes

FFTDataServerm_server
 
int m_extent
 
int m_completion
 
int m_fillFrom
 
QString m_error
 

Detailed Description

Definition at line 241 of file FFTDataServer.h.

Member Enumeration Documentation

◆ Type

enum Thread::Type
inherited
Enumerator
RTThread 
NonRTThread 

Definition at line 29 of file Thread.h.

Constructor & Destructor Documentation

◆ FillThread()

FFTDataServer::FillThread::FillThread ( FFTDataServer server,
int  fillFromColumn 
)
inline

Definition at line 244 of file FFTDataServer.h.

Member Function Documentation

◆ getExtent()

int FFTDataServer::FillThread::getExtent ( ) const
inline

Definition at line 248 of file FFTDataServer.h.

References m_extent.

Referenced by FFTDataServer::getFillExtent().

◆ getCompletion()

int FFTDataServer::FillThread::getCompletion ( ) const
inline

Definition at line 249 of file FFTDataServer.h.

References m_completion.

Referenced by FFTDataServer::getFillCompletion().

◆ getError()

QString FFTDataServer::FillThread::getError ( ) const
inline

Definition at line 250 of file FFTDataServer.h.

References m_error.

Referenced by FFTDataServer::getError().

◆ run()

◆ start

Member Data Documentation

◆ m_server

FFTDataServer& FFTDataServer::FillThread::m_server
protected

Definition at line 254 of file FFTDataServer.h.

Referenced by run().

◆ m_extent

int FFTDataServer::FillThread::m_extent
protected

Definition at line 255 of file FFTDataServer.h.

Referenced by getExtent(), and run().

◆ m_completion

int FFTDataServer::FillThread::m_completion
protected

Definition at line 256 of file FFTDataServer.h.

Referenced by getCompletion(), and run().

◆ m_fillFrom

int FFTDataServer::FillThread::m_fillFrom
protected

Definition at line 257 of file FFTDataServer.h.

Referenced by run().

◆ m_error

QString FFTDataServer::FillThread::m_error
protected

Definition at line 258 of file FFTDataServer.h.

Referenced by getError(), and run().


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