esp8266ndn
NDN Arduino library for ESP8266 and more
Loading...
Searching...
No Matches
simple.hpp
Go to the documentation of this file.
1#ifndef NDNPH_PORT_QUEUE_SIMPLE_HPP
2#define NDNPH_PORT_QUEUE_SIMPLE_HPP
3
4#include "../../core/simple-queue.hpp"
5
6namespace ndnph {
7
8#ifdef NDNPH_PORT_QUEUE_SIMPLE
9namespace port {
11template<typename T, size_t capacity>
12using SafeQueue = StaticSimpleQueue<T, capacity>;
13} // namespace port
14#endif
15
16} // namespace ndnph
17
18#endif // NDNPH_PORT_QUEUE_SIMPLE_HPP
Definition fs.hpp:33