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
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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::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 Wed Feb 18 2015 16:31:16 for ndnSIM by
1.8.7