NLSR - Named Data Link State Routing Protocol 0.4.0 documentation
Main Page
Namespaces
Data Structures
Files
File List
Globals
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
nlsr::update::WithdrawPrefixCommand
Definition:
prefix-update-commands.hpp:42
ControlCommand
nlsr::update::AdvertisePrefixCommand
Definition:
prefix-update-commands.hpp:48
nlsr
Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents.
Definition:
adjacency-list.cpp:30
nlsr::update::WithdrawPrefixCommand::WithdrawPrefixCommand
WithdrawPrefixCommand()
Definition:
prefix-update-commands.cpp:27
var
lib
ndn-docs
NLSR
src
update
prefix-update-commands.hpp
Generated on Sun Jun 16 2019 01:04:15 for NLSR - Named Data Link State Routing Protocol by
1.8.11