TizenRT Public API  v2.0 M2
task_manager_broadcast_list.h File Reference

User specific broadcast messages are declared at this file. More...

Include dependency graph for task_manager_broadcast_list.h:

Go to the source code of this file.

Enumerations

Detailed Description

User specific broadcast messages are declared at this file.

Definition in file task_manager_broadcast_list.h.

Enumeration Type Documentation

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.