Xenomai
3.2.4
|
Buffer status descriptor . More...
#include <buffer.h>
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. | |
This structure reports various static and runtime information about a real-time buffer, returned by a call to rt_buffer_inquire().