EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
eeros::RingBuffer< T, N > Class Template Reference

#include <RingBuffer.hpp>

Public Member Functions

 RingBuffer ()
 
bool push (T v)
 
bool pop (T &v)
 
unsigned int length () const
 
constexpr int size () const
 

Constructor & Destructor Documentation

template<typename T, int N = 32>
RingBuffer::RingBuffer ( )
inline

Member Function Documentation

template<typename T, int N = 32>
unsigned int eeros::RingBuffer< T, N >::length ( ) const
inline

Here is the caller graph for this function:

template<typename T, int N = 32>
bool eeros::RingBuffer< T, N >::pop ( T &  v)
inline
template<typename T, int N = 32>
bool eeros::RingBuffer< T, N >::push ( v)
inline
template<typename T, int N = 32>
uint32_t RingBuffer::size ( ) const
inline

Here is the caller graph for this function:


The documentation for this class was generated from the following files: