RTEMS  5.0.0
Data Fields
CORE_message_queue_Buffer Struct Reference

Data types needed to manipulate the contents of message buffers. More...

#include <coremsg.h>

Data Fields

size_t size
 
uint32_t buffer [1]
 

Detailed Description

Data types needed to manipulate the contents of message buffers.

The following defines the data types needed to manipulate the contents of message buffers.

Note
The buffer field is normally longer than a single uint32_t but since messages are variable length we just make a ptr to 1.

Field Documentation

◆ buffer

uint32_t CORE_message_queue_Buffer::buffer[1]

This field contains the actual message.

◆ size

size_t CORE_message_queue_Buffer::size

This field is the size of this message.


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