![]() |
WE310F5
39.00.000
|
APP thread information. More...
#include <m2mb_app_framework.h>
Data Fields | |
M2MB_OS_TASK_HANDLE | thrHandle |
UINT8 * | thread_stack |
M2MB_OS_Q_HANDLE | pQHandle |
VOID * | QMsg_space |
APP thread information.
This data structure stores the thread handlers details. To post a message to the thread user can use the pQHandle and OS APIs. To get details on thread thrHandle can be used .
Definition at line 154 of file m2mb_app_framework.h.
M2MB_OS_Q_HANDLE pQHandle |
Definition at line 158 of file m2mb_app_framework.h.
VOID* QMsg_space |
Definition at line 159 of file m2mb_app_framework.h.
UINT8* thread_stack |
Definition at line 157 of file m2mb_app_framework.h.
M2MB_OS_TASK_HANDLE thrHandle |
Definition at line 156 of file m2mb_app_framework.h.