RTEMS
Variables
msg.c File Reference

Classic Message Queue Information with Zero Objects. More...

#include <rtems/rtems/messagedata.h>

Go to the source code of this file.

Variables

Objects_Information _Message_queue_Information = { ( (Objects_Id) ( (Objects_Id) OBJECTS_CLASSIC_API << 24U ) | ( (Objects_Id) OBJECTS_RTEMS_MESSAGE_QUEUES << 27U ) | ( (Objects_Id) 1 << 16U ) | ( (Objects_Id) 0 << 0U ) ), NULL, _Objects_Allocate_none, NULL, 0, 0, 0, 0 , { { { &( _Message_queue_Information.Inactive ).Tail.Node, NULL }, &( _Message_queue_Information.Inactive ).Head.Node } }, NULL, NULL, NULL }
 The Classic Message Queue objects information.
 

Detailed Description

Classic Message Queue Information with Zero Objects.

Definition in file msg.c.