NLSR: Named Data Link State Routing Protocol 24.08 documentation
Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
l
m
n
o
p
r
s
t
u
Functions
c
d
g
m
n
o
r
Variables
Typedefs
Enumerations
Enumerator
a
c
e
f
h
l
m
n
p
r
s
u
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
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
d
h
i
l
m
n
o
r
s
u
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
Functions
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
prefix-update-commands.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
34
#ifndef NLSR_UPDATE_PREFIX_UPDATE_COMMANDS_HPP
35
#define NLSR_UPDATE_PREFIX_UPDATE_COMMANDS_HPP
36
37
#include <ndn-cxx/mgmt/nfd/control-command.hpp>
38
39
namespace
nlsr
{
40
namespace
update {
41
42
class
WithdrawPrefixCommand
:
public
ndn::nfd::ControlCommand
43
{
44
public
:
45
WithdrawPrefixCommand
();
46
};
47
48
class
AdvertisePrefixCommand
:
public
ndn::nfd::ControlCommand
49
{
50
public
:
51
AdvertisePrefixCommand
();
52
};
53
54
}
// namespace update
55
}
// namespace nlsr
56
57
#endif
// NLSR_UPDATE_PREFIX_UPDATE_COMMANDS_HPP
ndn::nfd::ControlCommand
nlsr::update::AdvertisePrefixCommand
Definition:
prefix-update-commands.hpp:49
nlsr::update::AdvertisePrefixCommand::AdvertisePrefixCommand
AdvertisePrefixCommand()
Definition:
prefix-update-commands.cpp:37
nlsr::update::WithdrawPrefixCommand
Definition:
prefix-update-commands.hpp:43
nlsr::update::WithdrawPrefixCommand::WithdrawPrefixCommand
WithdrawPrefixCommand()
Definition:
prefix-update-commands.cpp:27
nlsr
Copyright (c) 2014-2020, The University of Memphis, Regents of the University of California.
Definition:
adjacency-list.cpp:27
src
update
prefix-update-commands.hpp
Generated by
1.9.1