TizenRT Public API
v2.0 M2
|
User specific broadcast messages are declared at this file. More...
#include <task_manager/task_manager.h>
Go to the source code of this file.
Enumerations | |
User specific broadcast messages are declared at this file.
Definition in file task_manager_broadcast_list.h.
User specific broadcast message list.
These values can be used for broadcast messages.
If user wants to add some other types of broadcast message,
user can add their own broadcast messages at here.
User must avoid setting an arbitrary value to their broadcast message.
First user specific broadcast message would be set as (TM_BROADCAST_USER_SPECIFIC_MAX + 1).
Other user specific broadcast messages are automatically set as ascending order.
An example of a user specific broadcast message is shown below
enum tm_user_specific_broadcast_msg {
TM_BROADCAST_USER_SPECIFIC_MIN = TM_BROADCAST_SYSTEM_MSG_MAX,
TM_USER_SPECIFIC_BROADCAST_MSG_1,
TM_USER_SPECIFIC_BROADCAST_MSG_2,
TM_BROADCAST_MSG_MAX,
};
Definition at line 54 of file task_manager_broadcast_list.h.