NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
network-monitor.cpp File Reference
#include "ndn-cxx/net/network-monitor.hpp"
#include "ndn-cxx/util/logger.hpp"
#include "ndn-cxx/detail/config.hpp"
#include "ndn-cxx/net/impl/network-monitor-impl-noop.hpp"
Include dependency graph for network-monitor.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::net
 

Macros

#define NETWORK_MONITOR_IMPL_TYPE   NetworkMonitorImplNoop
 

Functions

static unique_ptr< NetworkMonitorImpl > ndn::net::makeNetworkMonitorImpl (boost::asio::io_service &io)
 

Variables

ndn NetworkMonitor
 

Macro Definition Documentation

◆ NETWORK_MONITOR_IMPL_TYPE

#define NETWORK_MONITOR_IMPL_TYPE   NetworkMonitorImplNoop

Definition at line 37 of file network-monitor.cpp.

Referenced by ndn::net::makeNetworkMonitorImpl().

Variable Documentation

◆ NetworkMonitor

ndn NetworkMonitor

Definition at line 40 of file network-monitor.cpp.