esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Typedefs
memif.hpp File Reference
#include "../../face/transport-rxqueue.hpp"
#include <libmemif.h>

Go to the source code of this file.

Classes

class  ndnph::port_transport_memif::MemifTransport
 A transport that communicates via libmemif. More...
 
struct  ndnph::port_transport_memif::MemifTransport::Options
 

Namespaces

 ndnph
 
 ndnph::port_transport_memif
 

Macros

#define NDNPH_MEMIF_RXBURST   64
 Receive burst size. More...
 
#define NDNPH_MEMIF_PRINT_ERR(func)
 

Typedefs

using ndnph::MemifTransport = port_transport_memif::MemifTransport
 

Macro Definition Documentation

◆ NDNPH_MEMIF_PRINT_ERR

#define NDNPH_MEMIF_PRINT_ERR (   func)
Value:
do { \
(void)err; \
} while (false)

◆ NDNPH_MEMIF_RXBURST

#define NDNPH_MEMIF_RXBURST   64

Receive burst size.