NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: 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
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
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
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
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
d
e
f
i
k
l
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
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
g
k
l
n
p
r
s
Typedefs
+
Macros
b
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
tables-config-section.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#ifndef NFD_MGMT_TABLES_CONFIG_SECTION_HPP
27
#define NFD_MGMT_TABLES_CONFIG_SECTION_HPP
28
29
#include "
fw/forwarder.hpp
"
30
#include "
core/config-file.hpp
"
31
32
namespace
nfd
{
33
70
class
TablesConfigSection
: noncopyable
71
{
72
public
:
73
explicit
74
TablesConfigSection
(
Forwarder
& forwarder);
75
76
void
77
setConfigFile
(
ConfigFile
& configFile);
78
81
void
82
ensureConfigured
();
83
84
private
:
85
void
86
processConfig(
const
ConfigSection
& section,
bool
isDryRun);
87
88
void
89
processStrategyChoiceSection(
const
ConfigSection
& section,
bool
isDryRun);
90
91
void
92
processNetworkRegionSection(
const
ConfigSection
& section,
bool
isDryRun);
93
94
private
:
95
static
const
size_t
DEFAULT_CS_MAX_PACKETS;
96
97
Forwarder
& m_forwarder;
98
99
bool
m_isConfigured;
100
};
101
102
}
// namespace nfd
103
104
#endif // NFD_MGMT_TABLES_CONFIG_SECTION_HPP
nfd::ConfigFile
configuration file parsing utility
Definition:
config-file.hpp:50
nfd::Forwarder
main class of NFD
Definition:
forwarder.hpp:54
nfd::TablesConfigSection::ensureConfigured
void ensureConfigured()
apply default configuration, if tables section was omitted in configuration file
Definition:
tables-config-section.cpp:46
config-file.hpp
forwarder.hpp
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
nfd::ConfigSection
boost::property_tree::ptree ConfigSection
Definition:
ndn-l3-protocol.hpp:38
nfd::TablesConfigSection
handles 'tables' config section
Definition:
tables-config-section.hpp:70
nfd::TablesConfigSection::setConfigFile
void setConfigFile(ConfigFile &configFile)
Definition:
tables-config-section.cpp:39
nfd::TablesConfigSection::TablesConfigSection
TablesConfigSection(Forwarder &forwarder)
Definition:
tables-config-section.cpp:32
ndnSIM
NFD
daemon
mgmt
tables-config-section.hpp
Generated on Wed Jan 11 2017 18:17:15 for ndnSIM by
1.8.13