20.14 Mailbox Information (mailbox[])
mailbox[ <1. ID number> ] { name = <2. ID name (name)>; wait_queue = <3. Wait queue attribute (wait_queue)>; message_queue = <4. Message queue attribute (message_queue)>; max_pri = <5. Maximum message priority (max_pri)>; }; |
- Description
Define the ID name. The specified ID name is output to the system information header file (kernel_id.h) in the form of the following.
Define the ID name. The specified ID name is output to the system information header file (kernel_id.h) in the form of the following.
#define <ID name> <ID number>
TA_TPRI: Task current priority order
Among tasks with the same current priority, they are queued in FIFO order.
Among tasks with the same current priority, they are queued in FIFO order.
- When omitting
The set value in the default system configuration file (factory setting: TA_TFIFO) applied.
The set value in the default system configuration file (factory setting: TA_TFIFO) applied.
- When omitting
The set value in the default system configuration file (factory setting: TA_MFIFO) applied.
The set value in the default system configuration file (factory setting: TA_MFIFO) applied.