Orocos Real-Time Toolkit  2.8.3
Public Attributes | List of all members
RTT::os::RTAI_Thread Struct Reference

Public Attributes

void *(* wrapper )(void *)
 
void * data
 
RTOS_TASKtask
 
int priority
 
unsigned int tnum
 

Detailed Description

Definition at line 145 of file fosi_internal.cpp.

Member Data Documentation

void* RTT::os::RTAI_Thread::data

Definition at line 148 of file fosi_internal.cpp.

Referenced by RTT::os::rtai_thread_wrapper().

int RTT::os::RTAI_Thread::priority

Definition at line 150 of file fosi_internal.cpp.

Referenced by RTT::os::rtai_thread_wrapper().

RTOS_TASK* RTT::os::RTAI_Thread::task

Definition at line 149 of file fosi_internal.cpp.

Referenced by RTT::os::rtai_thread_wrapper().

unsigned int RTT::os::RTAI_Thread::tnum

Definition at line 151 of file fosi_internal.cpp.

Referenced by RTT::os::rtai_thread_wrapper().

void*(* RTT::os::RTAI_Thread::wrapper) (void *)

Definition at line 147 of file fosi_internal.cpp.

Referenced by RTT::os::rtai_thread_wrapper().


The documentation for this struct was generated from the following file: