Element of a message handler table. More...
#include <ke_task.h>
Data Fields | |
| ke_msg_id_t | id |
| Id of the handled message. | |
| ke_msg_func_t | func |
| Pointer to the handler function for the msgid above. | |
Element of a message handler table.
Definition at line 123 of file ke_task.h.
1.6.1