NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: 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_inNack
 
double m_outNack
 
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

◆ Reset()

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

Member Data Documentation

◆ m_inInterests

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

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

Referenced by Reset().

◆ m_outInterests

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

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

Referenced by Reset().

◆ m_inData

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

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

Referenced by Reset().

◆ m_outData

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

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

Referenced by Reset().

◆ m_inNack

double ns3::ndn::L3Tracer::Stats::m_inNack

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

Referenced by Reset().

◆ m_outNack

double ns3::ndn::L3Tracer::Stats::m_outNack

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

Referenced by Reset().

◆ m_satisfiedInterests

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

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

Referenced by Reset().

◆ m_timedOutInterests

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

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

Referenced by Reset().

◆ m_outSatisfiedInterests

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

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

Referenced by Reset().

◆ m_outTimedOutInterests

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

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

Referenced by Reset().


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