HeMPS  8.0
Public Attributes | List of all members
PipeSlot Struct Reference

This structure store a task message (Message) in a kernel memory area called PIPE. More...

#include <communication.h>

Collaboration diagram for PipeSlot:
Collaboration graph
[legend]

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.
 

Detailed Description

This structure store a task message (Message) in a kernel memory area called PIPE.


The documentation for this struct was generated from the following file: