![]() |
#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) |
| RingBufferESP::RingBufferESP | ( | unsigned int | size | ) |
| RingBufferESP::~RingBufferESP | ( | ) |
| bool RingBufferESP::endsWith | ( | const char * | str | ) |
| int RingBufferESP::getPos | ( | ) |
| void RingBufferESP::getStr | ( | char * | destination, |
| unsigned int | skipChars | ||
| ) |
| void RingBufferESP::getStrN | ( | char * | destination, |
| unsigned int | skipChars, | ||
| unsigned int | num | ||
| ) |
| void RingBufferESP::init | ( | ) |
| void RingBufferESP::push | ( | char | c | ) |
| void RingBufferESP::reset | ( | ) |
1.8.15