NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
ns3::ndn::L3Tracer::Stats Struct Reference

#include <ndn-l3-tracer.hpp>

Public Member Functions

void Reset ()
 

Public Attributes

double m_inInterests
 
double m_outInterests
 
double m_inData
 
double m_outData
 
double m_satisfiedInterests
 
double m_timedOutInterests
 
double m_outSatisfiedInterests
 
double m_outTimedOutInterests
 

Detailed Description

Definition at line 107 of file ndn-l3-tracer.hpp.

Member Function Documentation

void ns3::ndn::L3Tracer::Stats::Reset ( )
inline

Definition at line 109 of file ndn-l3-tracer.hpp.

Member Data Documentation

double ns3::ndn::L3Tracer::Stats::m_inInterests

Definition at line 122 of file ndn-l3-tracer.hpp.

double ns3::ndn::L3Tracer::Stats::m_outInterests

Definition at line 123 of file ndn-l3-tracer.hpp.

double ns3::ndn::L3Tracer::Stats::m_inData

Definition at line 124 of file ndn-l3-tracer.hpp.

double ns3::ndn::L3Tracer::Stats::m_outData

Definition at line 125 of file ndn-l3-tracer.hpp.

double ns3::ndn::L3Tracer::Stats::m_satisfiedInterests

Definition at line 126 of file ndn-l3-tracer.hpp.

double ns3::ndn::L3Tracer::Stats::m_timedOutInterests

Definition at line 127 of file ndn-l3-tracer.hpp.

double ns3::ndn::L3Tracer::Stats::m_outSatisfiedInterests

Definition at line 128 of file ndn-l3-tracer.hpp.

double ns3::ndn::L3Tracer::Stats::m_outTimedOutInterests

Definition at line 129 of file ndn-l3-tracer.hpp.


The documentation for this struct was generated from the following file: