#include <stdarg.h>
#include "SFBFrame.h"
#include "SFBHeap.h"
#include "SFBReactor.h"
#include "SFBPrint.h"


Go to the source code of this file.
Data Structures | |
| class | SFBMemory |
| A class for temporarily storing packets, and then retriggering on them at a later time. More... | |
Defines | |
| #define | MAX_PACKETS_IN_MEMORY 32 |
Variables | |
| SFBMemory | Memory |
| The predefined SFBMemory instance. | |