Xenomai  3.0.5
RT_QUEUE_INFO Struct Reference

Queue status descriptor. More...

Data Fields

int nwaiters
 Number of tasks currently waiting on the queue for messages.
 
int nmessages
 Number of messages pending in queue.
 
int mode
 Queue mode bits, as given to rt_queue_create().
 
size_t qlimit
 Maximum number of messages in queue, zero if unlimited.
 
size_t poolsize
 Size of memory pool for holding message buffers (in bytes).
 
size_t usedmem
 Amount of memory consumed from the buffer pool.
 
char name [XNOBJECT_NAME_LEN]
 Name of message queue.
 

Detailed Description

Queue status descriptor.

This structure reports various static and runtime information about a real-time queue, returned by a call to rt_queue_inquire().


The documentation for this struct was generated from the following file: