|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
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. | |
| int | priority |
| This field is the priority of this message. | |
| CORE_message_queue_Buffer | Contents |
| This field points to the contents of the message. | |
The organization of a message buffer.
The following records define the organization of a message buffer.
This field points to the contents of the message.
This element allows this structure to be placed on chains.
Referenced by _CORE_message_queue_Free_message_buffer(), _CORE_message_queue_Append_unprotected(), and _CORE_message_queue_Prepend_unprotected().
This field is the priority of this message.
Referenced by _CORE_message_queue_Get_message_priority(), and _CORE_message_queue_Set_message_priority().
1.7.5