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

#include <ThreadImplLxrt35.h>

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

Static Private Member Functions

static void * runThread (void *arg)

Private Attributes

icl_core::String m_description
ThreadPriority m_priority
pthread_barrier_t * m_rt_start_sync
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/ThreadImplLxrt35.h.


Constructor & Destructor Documentation

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

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


Member Function Documentation

Implements icl_core::thread::ThreadImpl.

Definition at line 63 of file icl_core_thread/ThreadImplLxrt35.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 83 of file icl_core_thread/ThreadImplLxrt35.cpp.

Implements icl_core::thread::ThreadImpl.

Definition at line 58 of file icl_core_thread/ThreadImplLxrt35.h.

Implements icl_core::thread::ThreadImpl.

Definition at line 78 of file icl_core_thread/ThreadImplLxrt35.cpp.

Implements icl_core::thread::ThreadImpl.

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

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

Definition at line 182 of file icl_core_thread/ThreadImplLxrt35.cpp.

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

Implements icl_core::thread::ThreadImpl.

Definition at line 63 of file icl_core_thread/ThreadImplLxrt35.h.

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

Member Data Documentation

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

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

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

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

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

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