Public Attributes | List of all members
RINGBUFF_T Struct Reference

Ring buffer structure. More...

#include <ring_buffer.h>

Public Attributes

int count
 
void * data
 
uint32_t head
 
int itemSz
 
uint32_t tail
 

Detailed Description

Ring buffer structure.

Definition at line 45 of file ring_buffer.h.

Member Data Documentation

◆ count

int RINGBUFF_T::count

Definition at line 47 of file ring_buffer.h.

◆ data

void* RINGBUFF_T::data

Definition at line 46 of file ring_buffer.h.

◆ head

uint32_t RINGBUFF_T::head

Definition at line 49 of file ring_buffer.h.

◆ itemSz

int RINGBUFF_T::itemSz

Definition at line 48 of file ring_buffer.h.

◆ tail

uint32_t RINGBUFF_T::tail

Definition at line 50 of file ring_buffer.h.


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


uavcan_communicator
Author(s):
autogenerated on Fri Dec 13 2024 03:10:04