|  | WE310F5
    39.00.000
    | 
Application framework thread details structure. More...
#include <m2mb_app_framework.h>
| Data Fields | |
| UINT8 * | thread_name | 
| UINT32 | stack_size | 
| UINT8 | priority | 
| UINT8 | q_msg_size | 
| UINT8 | q_size | 
| VOID * | user_ctx | 
| M2MB_AF_THREAD_PROCESS_T | process_api | 
Application framework thread details structure.
Structure to give thread details.
Definition at line 180 of file m2mb_app_framework.h.
| UINT8 priority | 
Message size of the queue. When the thread is created it, waits on the queue.
Definition at line 188 of file m2mb_app_framework.h.
| M2MB_AF_THREAD_PROCESS_T process_api | 
Definition at line 198 of file m2mb_app_framework.h.
| UINT8 q_msg_size | 
Number of message user wants to hold in the queue
Definition at line 191 of file m2mb_app_framework.h.
| UINT8 q_size | 
User context to be passed while calling to process the message in the queue
Definition at line 193 of file m2mb_app_framework.h.
| UINT32 stack_size | 
Priority of the thread
Definition at line 186 of file m2mb_app_framework.h.
| UINT8* thread_name | 
< Name of the thread. This should point to a const memory Stack size to be used for the thread. Stack is allocated from heap internally by the system.
Definition at line 183 of file m2mb_app_framework.h.
| VOID* user_ctx | 
API to process the message
Definition at line 196 of file m2mb_app_framework.h.