RTEMS CPU Kit with SuperCore
4.11.3
|
The organization of a message buffer. More...
#include <coremsg.h>
Data Fields | |
Chain_Node | Node |
This element allows this structure to be placed on chains. More... | |
CORE_message_queue_Buffer | Contents |
This field points to the contents of the message. More... | |
The organization of a message buffer.
The following records define the organization of a message buffer.
CORE_message_queue_Buffer CORE_message_queue_Buffer_control::Contents |
This field points to the contents of the message.
Chain_Node CORE_message_queue_Buffer_control::Node |
This element allows this structure to be placed on chains.
Referenced by _CORE_message_queue_Free_message_buffer().