esp8266ndn
NDN Arduino library for ESP8266 and more
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
NDNph
src
ndnph
port
queue
port.hpp
Go to the documentation of this file.
1
#ifndef NDNPH_PORT_QUEUE_PORT_HPP
2
#define NDNPH_PORT_QUEUE_PORT_HPP
3
4
#if defined(NDNPH_PORT_QUEUE_CUSTOM)
5
// using custom queue port
6
#elif defined(NDNPH_PORT_QUEUE_SIMPLE)
7
#include "
simple.hpp
"
8
#elif defined(NDNPH_PORT_QUEUE_BOOSTLF)
9
// using Boost Lockfree library, requires libboost-dev package
10
#include "
boostlf.hpp
"
11
#else
12
#define NDNPH_PORT_QUEUE_NULL
13
#include "
null.hpp
"
14
#endif
15
16
#endif
// NDNPH_PORT_QUEUE_PORT_HPP
boostlf.hpp
null.hpp
simple.hpp
Generated by
1.9.8