Xenomai  3.0.5
RT_BUFFER_INFO Struct Reference

Buffer status descriptor. More...

Data Fields

int iwaiters
 Number of tasks waiting on the read side of the buffer for input data.
 
int owaiters
 Number of tasks waiting on the write side of the buffer for sending out data.
 
size_t totalmem
 Overall size of buffer (in bytes).
 
size_t availmem
 Amount of memory currently available for holding more data.
 
char name [XNOBJECT_NAME_LEN]
 Name of the buffer.
 

Detailed Description

Buffer status descriptor.

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


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