Fonctions membres publiques | Liste de tous les membres
Référence de la classe RingBufferESP

#include <RingBuffer.h>

Fonctions membres publiques

 RingBufferESP (unsigned int size)
 
 ~RingBufferESP ()
 
void reset ()
 
void init ()
 
void push (char c)
 
int getPos ()
 
bool endsWith (const char *str)
 
void getStr (char *destination, unsigned int skipChars)
 
void getStrN (char *destination, unsigned int skipChars, unsigned int num)
 

Documentation des constructeurs et destructeur

◆ RingBufferESP()

RingBufferESP::RingBufferESP ( unsigned int  size)

◆ ~RingBufferESP()

RingBufferESP::~RingBufferESP ( )

Documentation des fonctions membres

◆ endsWith()

bool RingBufferESP::endsWith ( const char *  str)

◆ getPos()

int RingBufferESP::getPos ( )

◆ getStr()

void RingBufferESP::getStr ( char *  destination,
unsigned int  skipChars 
)

◆ getStrN()

void RingBufferESP::getStrN ( char *  destination,
unsigned int  skipChars,
unsigned int  num 
)

◆ init()

void RingBufferESP::init ( )

◆ push()

void RingBufferESP::push ( char  c)

◆ reset()

void RingBufferESP::reset ( )