MeshNet
1.0.0
|
This file contains classes, that implements FIFO buffers. More...
#include <meshPacket.h>
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... | |