Open FFBoard
Open source force feedback firmware
RingBuffer Struct Reference

#include <ringbuffer.h>

Public Attributes

size_t tail
 
size_t head
 
size_t sizeMask
 
uint8_t * data
 

Detailed Description

Definition at line 15 of file ringbuffer.h.

Member Data Documentation

◆ data

uint8_t* RingBuffer::data

Definition at line 19 of file ringbuffer.h.

◆ head

size_t RingBuffer::head

Definition at line 17 of file ringbuffer.h.

◆ sizeMask

size_t RingBuffer::sizeMask

Definition at line 18 of file ringbuffer.h.

◆ tail

size_t RingBuffer::tail

Definition at line 16 of file ringbuffer.h.


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