MeshNet  1.0.0
Data Structures
meshBuffers.h File Reference

This file contains classes, that implements FIFO buffers. More...

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

Go to the source code of this file.

Data Structures

class  MicroFIFO< T, BufferSize >
 Optimized FIFO buffer for microcontrolers. More...
 
class  MeshPacketFIFO< BufferSize >
 Optimized FIFO buffer for microcontrolers, that can store only MeshPacket structure. More...
 
class  MeshPacketPriorityFIFO< ROUTE_BufferSize, FLOOD_BufferSize >
 Optimized FIFO buffer for microcontrolers, that can store only MeshPacket structure. This class contains 2 FIFO buffers, first for high priority (routed packet), second for low priority (flood packet). Size of each inner FIFO can be specified in template. Template parameters are: More...
 

Detailed Description

This file contains classes, that implements FIFO buffers.

Credits

Author
Matej Fito�
Date
Feb 1, 2022
See also
MicroFIFO
MeshPacketFIFO
MeshPacketPriorityFIFO