RTEMS  5.0.0
Data Fields
CORE_message_queue_Buffer_control Struct Reference

The organization of a message buffer. More...

#include <coremsg.h>

Data Fields

Chain_Node Node
 
int priority
 
CORE_message_queue_Buffer Contents
 

Detailed Description

The organization of a message buffer.

The following records define the organization of a message buffer.

Field Documentation

◆ Contents

CORE_message_queue_Buffer CORE_message_queue_Buffer_control::Contents

This field points to the contents of the message.

◆ Node

Chain_Node CORE_message_queue_Buffer_control::Node

This element allows this structure to be placed on chains.

◆ priority

int CORE_message_queue_Buffer_control::priority

This field is the priority of this message.


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