#include <Thread.h>

Inheritance diagram for Thread:
Inheritance graph
Collaboration diagram for Thread:
Collaboration graph

Public Types

enum  Type { RTThread, NonRTThread }
 

Public Slots

void start ()
 

Public Member Functions

 Thread (Type type=NonRTThread, QObject *parent=0)
 

Protected Member Functions

void run () override=0
 

Private Attributes

Type m_type
 

Detailed Description

Definition at line 24 of file Thread.h.

Member Enumeration Documentation

Enumerator
RTThread 
NonRTThread 

Definition at line 29 of file Thread.h.

Constructor & Destructor Documentation

Thread::Thread ( Type  type = NonRTThread,
QObject *  parent = 0 
)

Definition at line 26 of file Thread.cpp.

Member Function Documentation

Member Data Documentation

Type Thread::m_type
private

Definition at line 40 of file Thread.h.

Referenced by start().


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