|
HeMPS
8.0
|
This structure store a task message (Message) in a kernel memory area called PIPE. More...
#include <communication.h>

Public Attributes | |
| int | producer_task |
| Stores producer task id (task that performs the Send() API ) | |
| int | consumer_task |
| Stores consumer task id (task that performs the Receive() API ) | |
| Message | message |
| Stores the message itself - Message is a structure defined into api.h. | |
| char | status |
| Stores pipe status. | |
| unsigned int | order |
| Stores pipe message order, useful to sort the messages stored in the pipe. | |
This structure store a task message (Message) in a kernel memory area called PIPE.
1.8.11