NLSR: Named Data Link State Routing Protocol 24.08 documentation
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