signals.hpp File Reference
#include "common.hpp"
#include <ndn-cxx/util/signal.hpp>
#include <ndn-cxx/name.hpp>
Include dependency graph for signals.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nlsr
 Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents.
 

Typedefs

using nlsr::AfterRoutingChange = ndn::util::Signal< RoutingTable, const std::list< RoutingTableEntry > & >
 
using nlsr::OnNewLsa = ndn::util::Signal< SyncLogicHandler, const ndn::Name &, const uint64_t & >