RTEMS
Classes | Macros | Typedefs | Enumerations
coremsg.h File Reference

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

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

Go to the source code of this file.

Classes

struct  CORE_message_queue_Control
 Control block used to manage each message queue. More...
 

Macros

#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.

Definition in file coremsg.h.