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-2020, The University of Memphis, Regents of the University of California.
 

Typedefs

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