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

#include <ThreadImplLxrt38.h>

Inheritance diagram for icl_core::thread::ThreadImplLxrt38:
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
 
 ThreadImplLxrt38 (Thread *thread, const icl_core::String &description, icl_core::ThreadPriority priority)
 
virtual ~ThreadImplLxrt38 ()
 
- 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
 
SEM * m_rt_start_sync
 
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 50 of file icl_core_thread/ThreadImplLxrt38.h.

Constructor & Destructor Documentation

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

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

icl_core::thread::ThreadImplLxrt38::~ThreadImplLxrt38 ( )
virtual

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

Member Function Documentation

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

Implements icl_core::thread::ThreadImpl.

Definition at line 62 of file icl_core_thread/ThreadImplLxrt38.cpp.

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

Implements icl_core::thread::ThreadImpl.

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

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

Implements icl_core::thread::ThreadImpl.

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

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

Implements icl_core::thread::ThreadImpl.

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

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

Implements icl_core::thread::ThreadImpl.

Definition at line 87 of file icl_core_thread/ThreadImplLxrt38.cpp.

icl_core::ThreadPriority icl_core::thread::ThreadImplLxrt38::priority ( ) const
virtual
void * icl_core::thread::ThreadImplLxrt38::runThread ( void *  arg)
staticprivate

Definition at line 178 of file icl_core_thread/ThreadImplLxrt38.cpp.

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

Implements icl_core::thread::ThreadImpl.

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

bool icl_core::thread::ThreadImplLxrt38::setHardRealtime ( bool  hard_realtime)
virtual
bool icl_core::thread::ThreadImplLxrt38::setPriority ( icl_core::ThreadPriority  priority)
virtual
bool icl_core::thread::ThreadImplLxrt38::start ( )
virtual
icl_core::ThreadId icl_core::thread::ThreadImplLxrt38::threadId ( ) const
virtual

Member Data Documentation

icl_core::String icl_core::thread::ThreadImplLxrt38::m_description
private

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

ThreadPriority icl_core::thread::ThreadImplLxrt38::m_priority
private

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

SEM* icl_core::thread::ThreadImplLxrt38::m_rt_start_sync
private

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

RT_TASK* icl_core::thread::ThreadImplLxrt38::m_rt_task
private

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

Thread* icl_core::thread::ThreadImplLxrt38::m_thread
private

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

pthread_t icl_core::thread::ThreadImplLxrt38::m_thread_id
private

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