nfd-rib-command-processor.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22 #ifndef UPDATE_NFD_RIB_COMMAND_PROCESSOR_HPP
23 #define UPDATE_NFD_RIB_COMMAND_PROCESSOR_HPP
24 
25 #include "manager-base.hpp"
26 #include "route/fib.hpp"
27 #include "nfd-rib-commands.hpp"
28 
29 #include <ndn-cxx/encoding/tlv-nfd.hpp>
30 
31 
32 namespace nlsr {
33 namespace update {
34 
36 {
37 public:
38  NfdRibCommandProcessor(ndn::mgmt::Dispatcher& dispatcher,
39  NamePrefixList& namePrefixList,
40  Lsdb& lsdb);
41 };
42 
43 } // namespace update
44 } // namespace nlsr
45 
46 #endif // UPDATE_NFD_RIB_COMMAND_PROCESSOR_HPP
NfdRibCommandProcessor(ndn::mgmt::Dispatcher &dispatcher, NamePrefixList &namePrefixList, Lsdb &lsdb)
Copyright (c) 2014-2020, The University of Memphis, Regents of the University of California.
Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California,...