NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
h
i
k
l
n
o
p
q
r
s
t
u
v
+
Enumerations
a
b
c
d
f
i
k
l
n
p
q
r
s
t
u
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
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
q
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
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Enumerations
+
Enumerator
a
c
d
e
i
k
l
m
n
p
r
s
u
w
+
Related Functions
b
c
d
e
f
g
i
k
l
m
n
o
p
s
v
+
Files
File List
+
File Members
+
All
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
f
g
i
k
l
m
n
p
r
s
t
Typedefs
+
Macros
d
e
f
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
pit-out-record.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#ifndef NFD_DAEMON_TABLE_PIT_OUT_RECORD_HPP
27
#define NFD_DAEMON_TABLE_PIT_OUT_RECORD_HPP
28
29
#include "
pit-face-record.hpp
"
30
31
namespace
nfd
{
32
namespace
pit {
33
36
class
OutRecord
:
public
FaceRecord
37
{
38
public
:
39
explicit
40
OutRecord
(
Face
&
face
);
41
47
const
lp::NackHeader
*
48
getIncomingNack
()
const
49
{
50
return
m_incomingNack.get();
51
}
52
61
bool
62
setIncomingNack
(
const
lp::Nack
& nack);
63
69
void
70
clearIncomingNack
()
71
{
72
m_incomingNack.reset();
73
}
74
75
private
:
76
unique_ptr<lp::NackHeader> m_incomingNack;
77
};
78
79
}
// namespace pit
80
}
// namespace nfd
81
82
#endif // NFD_DAEMON_TABLE_PIT_IN_RECORD_HPP
nfd::pit::OutRecord::clearIncomingNack
void clearIncomingNack()
clears last NACK
Definition:
pit-out-record.hpp:70
nfd::pit::OutRecord::getIncomingNack
const lp::NackHeader * getIncomingNack() const
Definition:
pit-out-record.hpp:48
nfd::face::Face
generalization of a network interface
Definition:
face.hpp:67
pit-face-record.hpp
ndn::lp::Nack
represents a Network Nack
Definition:
nack.hpp:40
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
face
nfd::pit::FaceRecord
contains information about an Interest on an incoming or outgoing face
Definition:
pit-face-record.hpp:40
nfd::pit::OutRecord::OutRecord
OutRecord(Face &face)
Definition:
pit-out-record.cpp:31
nfd::pit::OutRecord::setIncomingNack
bool setIncomingNack(const lp::Nack &nack)
sets a NACK received from getFace()
Definition:
pit-out-record.cpp:37
nfd::pit::OutRecord
contains information about an Interest toward an outgoing face
Definition:
pit-out-record.hpp:36
ndn::lp::NackHeader
represents a Network NACK header
Definition:
nack-header.hpp:59
ndnSIM
NFD
daemon
table
pit-out-record.hpp
Generated on Tue Aug 7 2018 16:19:18 for ndnSIM by
1.8.14