esp8266ndn
NDN Arduino library for ESP8266 and more
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
w
Typedefs
a
b
c
e
f
g
h
i
k
m
n
p
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
v
w
Typedefs
b
c
d
i
k
l
m
o
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
_
e
l
n
Macros
_
e
l
n
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
NDNph
src
ndnph
port
queue
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
6
namespace
ndnph
{
7
8
#ifdef NDNPH_PORT_QUEUE_SIMPLE
9
namespace
port {
11
template
<
typename
T,
size_t
capacity>
12
using
SafeQueue
= StaticSimpleQueue<T, capacity>;
13
}
// namespace port
14
#endif
15
16
}
// namespace ndnph
17
18
#endif
// NDNPH_PORT_QUEUE_SIMPLE_HPP
ndnph::port::SafeQueue
esp8266ndn::ndnph_port_freertos::SafeQueue< T, capacity > SafeQueue
Definition:
queue-freertos.hpp:59
ndnph
Definition:
fs.hpp:33
Generated by
1.9.1