20.13 Data Queue Information (dataqueue[])
dataqueue[ <1. ID number> ] { name = <2. ID name (name)>; buffer_size = <3. Data count (buffer_size)>; wait_queue = <4. Wait queue attribute (wait_queue)>; }; |
- 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>
- Description
Define the wait queue attribute for sending.
Note, task wait queue for receiving is managed in FIFO order.
Define the wait queue attribute for sending.
Note, task wait queue for receiving is managed in FIFO order.