NLSR - Named Data Link State Routing Protocol 0.4.1 documentation
Main Page
Namespaces
Data Structures
Files
File List
Globals
nfd-rib-commands.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
37
#ifndef UPDATE_NFD_RIB_COMMANDS_HPP
38
#define UPDATE_NFD_RIB_COMMANDS_HPP
39
40
#include <ndn-cxx/mgmt/nfd/control-command.hpp>
41
42
namespace
nlsr
{
43
namespace
update {
44
45
class
NfdRibRegisterCommand
:
public
ndn::nfd::ControlCommand
46
{
47
public
:
48
NfdRibRegisterCommand
();
49
};
50
51
class
NfdRibUnregisterCommand
:
public
ndn::nfd::ControlCommand
52
{
53
public
:
54
NfdRibUnregisterCommand
();
55
};
56
57
}
// namespace update
58
}
// namespace nlsr
59
60
#endif // UPDATE_NFD_RIB_COMMANDS_HPP
nlsr::update::NfdRibRegisterCommand
Definition:
nfd-rib-commands.hpp:45
ControlCommand
nlsr::update::NfdRibRegisterCommand::NfdRibRegisterCommand
NfdRibRegisterCommand()
Definition:
nfd-rib-commands.cpp:27
nlsr
Copyright (c) 2014-2018, The University of Memphis, Regents of the University of California, Arizona Board of Regents.
Definition:
adjacency-list.cpp:30
nlsr::update::NfdRibUnregisterCommand
Definition:
nfd-rib-commands.hpp:51
src
update
nfd-rib-commands.hpp
Generated on Fri Feb 23 2018 07:49:02 for NLSR - Named Data Link State Routing Protocol by
1.8.11