NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
forwarder-counters.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#ifndef NFD_DAEMON_FW_FORWARDER_COUNTERS_HPP
27
#define NFD_DAEMON_FW_FORWARDER_COUNTERS_HPP
28
29
#include "
face/face-counters.hpp
"
30
31
namespace
nfd
{
32
35
class
ForwarderCounters
:
public
NetworkLayerCounters
36
{
37
public
:
41
template
<
typename
R>
42
void
43
copyTo
(R& recipient)
const
44
{
45
this->
NetworkLayerCounters::copyTo
(recipient);
46
}
47
};
48
49
}
// namespace nfd
50
51
#endif // NFD_DAEMON_FW_FORWARDER_COUNTERS_HPP
nfd::ForwarderCounters
contains counters on forwarder
Definition:
forwarder-counters.hpp:35
nfd::ForwarderCounters::copyTo
void copyTo(R &recipient) const
copy current obseverations to a struct
Definition:
forwarder-counters.hpp:43
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:38
nfd::NetworkLayerCounters::copyTo
void copyTo(R &recipient) const
copy current obseverations to a struct
Definition:
face-counters.hpp:169
nfd::NetworkLayerCounters
contains network layer packet counters
Definition:
face-counters.hpp:108
face-counters.hpp
ndnSIM
NFD
daemon
fw
forwarder-counters.hpp
Generated on Tue Feb 23 2016 22:18:44 for ndnSIM by
1.8.11