RTEMS CPU Kit with SuperCore  4.11.2
Data Structures | Enumerations
coremsg.h File Reference

Constants and Structures Associated with the Message Queue Handler. More...

#include <rtems/score/chain.h>
#include <rtems/score/threadq.h>
#include <rtems/score/watchdog.h>
Include dependency graph for coremsg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  CORE_message_queue_Buffer
 Data types needed to manipulate the contents of message buffers. More...
 
struct  CORE_message_queue_Buffer_control
 The organization of a message buffer. More...
 
struct  CORE_message_queue_Attributes
 Control block used to manage the attributes of each message queue. More...
 
struct  CORE_message_queue_Control
 Control block used to manage each message queue. More...
 

Enumerations

enum  CORE_message_queue_Disciplines { CORE_MESSAGE_QUEUE_DISCIPLINES_FIFO, CORE_MESSAGE_QUEUE_DISCIPLINES_PRIORITY }
 The possible blocking disciplines for a message queue. More...
 

Detailed Description

Constants and Structures Associated with the Message Queue Handler.

This include file contains all the constants and structures associated with the Message queue Handler.