MySensors Library & Examples  2.3.2-62-ge298769
Public Member Functions | List of all members
TinyGsmFifo< T, N > Class Template Reference

Detailed Description

template<class T, unsigned N>
class TinyGsmFifo< T, N >

Definition at line 6 of file TinyGsmFifo.h.

+ Collaboration diagram for TinyGsmFifo< T, N >:

Public Member Functions

void clear ()
 
bool writeable (void)
 
int free (void)
 
bool put (const T &c)
 
int put (const T *p, int n, bool t=false)
 
bool readable (void)
 
size_t size (void)
 
bool get (T *p)
 
int get (T *p, int n, bool t=false)
 

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