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

#include <ThreadImplLxrt33.h>

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

Static Private Member Functions

static void * runThread (void *arg)

Private Attributes

icl_core::String m_description
ThreadPriority m_priority
RT_TASK * m_rt_task
Threadm_thread
pthread_t m_thread_id

Detailed Description

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

Definition at line 49 of file icl_core_thread/ThreadImplLxrt33.h.


Constructor & Destructor Documentation

Definition at line 36 of file icl_core_thread/ThreadImplLxrt33.cpp.

Definition at line 45 of file icl_core_thread/ThreadImplLxrt33.cpp.


Member Function Documentation

Implements icl_core::thread::ThreadImpl.

Definition at line 48 of file icl_core_thread/ThreadImplLxrt33.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 65 of file icl_core_thread/ThreadImplLxrt33.cpp.

Implements icl_core::thread::ThreadImpl.

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

Implements icl_core::thread::ThreadImpl.

Definition at line 60 of file icl_core_thread/ThreadImplLxrt33.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 70 of file icl_core_thread/ThreadImplLxrt33.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 77 of file icl_core_thread/ThreadImplLxrt33.cpp.

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

Definition at line 139 of file icl_core_thread/ThreadImplLxrt33.cpp.

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

Implements icl_core::thread::ThreadImpl.

Definition at line 62 of file icl_core_thread/ThreadImplLxrt33.h.

bool icl_core::thread::ThreadImplLxrt33::setHardRealtime ( bool  hard_realtime) [virtual]

Implements icl_core::thread::ThreadImpl.

Definition at line 82 of file icl_core_thread/ThreadImplLxrt33.cpp.


Member Data Documentation

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

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

Definition at line 76 of file icl_core_thread/ThreadImplLxrt33.h.

Definition at line 72 of file icl_core_thread/ThreadImplLxrt33.h.

Definition at line 71 of file icl_core_thread/ThreadImplLxrt33.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