struct to store main data for a thread More...
#include <Component.h>
Public Attributes | |
double | dDesiredHz |
Contains the desired frequency of the thread. | |
double | dRealHz |
Contains the real frequency of the thread. | |
pthread_t | pthreadId |
Contains the id of the control thread. | |
struct thread_param | pthreadPar |
Priority and clock. |
struct to store main data for a thread
Definition at line 104 of file Component.h.
double thread_data::dDesiredHz |
Contains the desired frequency of the thread.
Definition at line 108 of file Component.h.
double thread_data::dRealHz |
Contains the real frequency of the thread.
Definition at line 110 of file Component.h.
pthread_t thread_data::pthreadId |
Contains the id of the control thread.
Definition at line 112 of file Component.h.
Priority and clock.
Definition at line 106 of file Component.h.