RTEMS  5.0.0
Data Structures | Macros | Typedefs | Enumerations
coremsg.h File Reference

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

#include <rtems/score/chain.h>
#include <rtems/score/isrlock.h>
#include <rtems/score/threadq.h>
#include <rtems/score/watchdog.h>

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_Control
 Control block used to manage each message queue. More...
 

Macros

#define RTEMS_SCORE_COREMSG_ENABLE_MESSAGE_PRIORITY
 
#define RTEMS_SCORE_COREMSG_ENABLE_BLOCKING_SEND
 

Typedefs

typedef struct CORE_message_queue_Control CORE_message_queue_Control
 

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.