Function rbuffer_isfull
Defined in File rbuffer.h
Function Documentation
-
static inline bool_t rbuffer_isfull(const struct rbuffer *const rb)
Determine if the ringbuffer is currently full.
Note
If RCSW_DS_RBUFFER_AS_FIFO is not passed (i.e., regular ringbuffers), the concept of “full” doesn’t really make sense.
- Parameters:
rb – The ringbuffer handle.
- Returns: