Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
icl_core::thread::ThreadImplLxrt33 Class Reference

#include <ThreadImplLxrt33.h>

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

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 ()
 
- Public Member Functions inherited from icl_core::thread::ThreadImpl
virtual ~ThreadImpl ()
 

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
 

Additional Inherited Members

- Protected Member Functions inherited from icl_core::Noncopyable
 Noncopyable ()
 
virtual ~Noncopyable ()
 

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

icl_core::thread::ThreadImplLxrt33::ThreadImplLxrt33 ( Thread thread,
const icl_core::String description,
icl_core::ThreadPriority  priority 
)

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

icl_core::thread::ThreadImplLxrt33::~ThreadImplLxrt33 ( )
virtual

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

Member Function Documentation

void icl_core::thread::ThreadImplLxrt33::cancel ( )
virtual

Implements icl_core::thread::ThreadImpl.

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

bool icl_core::thread::ThreadImplLxrt33::executesHardRealtime ( ) const
virtual

Implements icl_core::thread::ThreadImpl.

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

virtual icl_core::String icl_core::thread::ThreadImplLxrt33::getDescription ( ) const
inlinevirtual

Implements icl_core::thread::ThreadImpl.

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

bool icl_core::thread::ThreadImplLxrt33::isHardRealtime ( ) const
virtual

Implements icl_core::thread::ThreadImpl.

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

void icl_core::thread::ThreadImplLxrt33::join ( )
virtual

Implements icl_core::thread::ThreadImpl.

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

icl_core::ThreadPriority icl_core::thread::ThreadImplLxrt33::priority ( ) const
virtual

Implements icl_core::thread::ThreadImpl.

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

void * icl_core::thread::ThreadImplLxrt33::runThread ( void *  arg)
staticprivate

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

virtual void icl_core::thread::ThreadImplLxrt33::setDescription ( const icl_core::String description)
inlinevirtual

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.

bool icl_core::thread::ThreadImplLxrt33::setPriority ( icl_core::ThreadPriority  priority)
virtual
bool icl_core::thread::ThreadImplLxrt33::start ( )
virtual
icl_core::ThreadId icl_core::thread::ThreadImplLxrt33::threadId ( ) const
virtual

Member Data Documentation

icl_core::String icl_core::thread::ThreadImplLxrt33::m_description
private

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

ThreadPriority icl_core::thread::ThreadImplLxrt33::m_priority
private

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

RT_TASK* icl_core::thread::ThreadImplLxrt33::m_rt_task
private

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

Thread* icl_core::thread::ThreadImplLxrt33::m_thread
private

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

pthread_t icl_core::thread::ThreadImplLxrt33::m_thread_id
private

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 Mon Jun 10 2019 13:17:59