Red Bird Racing VCU v2
 
Loading...
Searching...
No Matches
Queue.hpp File Reference

Declaration of a simple RingBuffer (circular buffer) template class. More...

#include <stdint.h>
Include dependency graph for Queue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RingBuffer< T, size >
 RingBuffer (circular buffer) template class A small circular queue to hold a fixed number of elements. More...
 

Detailed Description

Declaration of a simple RingBuffer (circular buffer) template class.

Author
Planeson, Red Bird Racing
Version
1.0
Date
2026-01-26

Definition in file Queue.hpp.