RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Enumerations
coremsg.h File Reference

This header file provides interfaces of the Message Queue Handler which are only used by the implementation. 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.

Data Structures

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

This header file provides interfaces of the Message Queue Handler which are only used by the implementation.