![]() |
RTEMS 5.2
|
Data types needed to manipulate the contents of message buffers. More...
#include <coremsg.h>
Data Fields | |
| size_t | size |
| uint32_t | buffer [1] |
Data types needed to manipulate the contents of message buffers.
The following defines the data types needed to manipulate the contents of message buffers.
| uint32_t CORE_message_queue_Buffer::buffer[1] |
This field contains the actual message.
| size_t CORE_message_queue_Buffer::size |
This field is the size of this message.