Public Member Functions | Static Private Member Functions | Private Attributes
icl_core::thread::ThreadImplWin32 Class Reference

#include <ThreadImplWin32.h>

Inheritance diagram for icl_core::thread::ThreadImplWin32:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void cancel ()
virtual bool executesHardRealtime () const
virtual icl_core::String getDescription () const
virtual bool isHardRealtime () const
virtual void join ()
virtual icl_core::ThreadPriority priority () const
virtual void setDescription (const icl_core::String &description)
virtual bool setHardRealtime (bool hard_realtime)
virtual bool setPriority (icl_core::ThreadPriority priority)
virtual bool start ()
virtual icl_core::ThreadId threadId () const
 ThreadImplWin32 (Thread *thread, const icl_core::String &description, icl_core::ThreadPriority priority)
virtual ~ThreadImplWin32 ()

Static Private Member Functions

static DWORD WINAPI runThread (void *arg)

Private Attributes

icl_core::String m_description
icl_core::ThreadPriority m_priority
Threadm_thread
HANDLE m_thread_handle
unsigned long m_thread_id

Detailed Description

Implements thread functionality for Win32 systems. Have a look at documentation of basic class Thread for informations about the specific functions.

Definition at line 50 of file icl_core_thread/ThreadImplWin32.h.


Constructor & Destructor Documentation

Definition at line 32 of file icl_core_thread/ThreadImplWin32.cpp.

Definition at line 42 of file icl_core_thread/ThreadImplWin32.cpp.


Member Function Documentation

Implements icl_core::thread::ThreadImpl.

Definition at line 50 of file icl_core_thread/ThreadImplWin32.cpp.

virtual bool icl_core::thread::ThreadImplWin32::executesHardRealtime ( ) const [inline, virtual]

Implements icl_core::thread::ThreadImpl.

Definition at line 61 of file icl_core_thread/ThreadImplWin32.h.

Implements icl_core::thread::ThreadImpl.

Definition at line 59 of file icl_core_thread/ThreadImplWin32.h.

virtual bool icl_core::thread::ThreadImplWin32::isHardRealtime ( ) const [inline, virtual]

Implements icl_core::thread::ThreadImpl.

Definition at line 60 of file icl_core_thread/ThreadImplWin32.h.

Implements icl_core::thread::ThreadImpl.

Definition at line 55 of file icl_core_thread/ThreadImplWin32.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 68 of file icl_core_thread/ThreadImplWin32.cpp.

DWORD WINAPI icl_core::thread::ThreadImplWin32::runThread ( void *  arg) [static, private]

Definition at line 93 of file icl_core_thread/ThreadImplWin32.cpp.

virtual void icl_core::thread::ThreadImplWin32::setDescription ( const icl_core::String description) [inline, virtual]

Implements icl_core::thread::ThreadImpl.

Definition at line 64 of file icl_core_thread/ThreadImplWin32.h.

virtual bool icl_core::thread::ThreadImplWin32::setHardRealtime ( bool  hard_realtime) [inline, virtual]

Implements icl_core::thread::ThreadImpl.

Definition at line 65 of file icl_core_thread/ThreadImplWin32.h.

Implements icl_core::thread::ThreadImpl.

Definition at line 73 of file icl_core_thread/ThreadImplWin32.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 80 of file icl_core_thread/ThreadImplWin32.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 88 of file icl_core_thread/ThreadImplWin32.cpp.


Member Data Documentation

Definition at line 78 of file icl_core_thread/ThreadImplWin32.h.

Definition at line 77 of file icl_core_thread/ThreadImplWin32.h.

Definition at line 75 of file icl_core_thread/ThreadImplWin32.h.

Definition at line 73 of file icl_core_thread/ThreadImplWin32.h.

Definition at line 74 of file icl_core_thread/ThreadImplWin32.h.


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


fzi_icl_core
Author(s):
autogenerated on Thu Jun 6 2019 20:22:27