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

#include <ThreadImplPosix.h>

Inheritance diagram for icl_core::thread::ThreadImplPosix:
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
 ThreadImplPosix (Thread *thread, const icl_core::String &description, icl_core::ThreadPriority priority)
virtual ~ThreadImplPosix ()

Static Private Member Functions

static void * runThread (void *arg)

Private Attributes

icl_core::String m_description
icl_core::ThreadPriority m_priority
Threadm_thread
pthread_t m_thread_id

Detailed Description

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

Definition at line 47 of file icl_core_thread/ThreadImplPosix.h.


Constructor & Destructor Documentation

Definition at line 35 of file icl_core_thread/ThreadImplPosix.cpp.

Definition at line 43 of file icl_core_thread/ThreadImplPosix.cpp.


Member Function Documentation

Implements icl_core::thread::ThreadImpl.

Definition at line 46 of file icl_core_thread/ThreadImplPosix.cpp.

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

Implements icl_core::thread::ThreadImpl.

Definition at line 57 of file icl_core_thread/ThreadImplPosix.h.

Implements icl_core::thread::ThreadImpl.

Definition at line 55 of file icl_core_thread/ThreadImplPosix.h.

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

Implements icl_core::thread::ThreadImpl.

Definition at line 56 of file icl_core_thread/ThreadImplPosix.h.

Implements icl_core::thread::ThreadImpl.

Definition at line 51 of file icl_core_thread/ThreadImplPosix.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 56 of file icl_core_thread/ThreadImplPosix.cpp.

void * icl_core::thread::ThreadImplPosix::runThread ( void *  arg) [static, private]

Definition at line 106 of file icl_core_thread/ThreadImplPosix.cpp.

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

Implements icl_core::thread::ThreadImpl.

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

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

Implements icl_core::thread::ThreadImpl.

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

Implements icl_core::thread::ThreadImpl.

Definition at line 72 of file icl_core_thread/ThreadImplPosix.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 91 of file icl_core_thread/ThreadImplPosix.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 101 of file icl_core_thread/ThreadImplPosix.cpp.


Member Data Documentation

Definition at line 82 of file icl_core_thread/ThreadImplPosix.h.

Definition at line 81 of file icl_core_thread/ThreadImplPosix.h.

Definition at line 80 of file icl_core_thread/ThreadImplPosix.h.

Definition at line 79 of file icl_core_thread/ThreadImplPosix.h.


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


fzi_icl_core
Author(s):
autogenerated on Tue Aug 8 2017 02:28:05