#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 |
Definition at line 112 of file ndn-l3-tracer.hpp.
|
inline |
Definition at line 114 of file ndn-l3-tracer.hpp.
double ns3::ndn::L3Tracer::Stats::m_inInterests |
Definition at line 129 of file ndn-l3-tracer.hpp.
double ns3::ndn::L3Tracer::Stats::m_outInterests |
Definition at line 130 of file ndn-l3-tracer.hpp.
double ns3::ndn::L3Tracer::Stats::m_inData |
Definition at line 131 of file ndn-l3-tracer.hpp.
double ns3::ndn::L3Tracer::Stats::m_outData |
Definition at line 132 of file ndn-l3-tracer.hpp.
double ns3::ndn::L3Tracer::Stats::m_inNack |
Definition at line 133 of file ndn-l3-tracer.hpp.
double ns3::ndn::L3Tracer::Stats::m_outNack |
Definition at line 134 of file ndn-l3-tracer.hpp.
double ns3::ndn::L3Tracer::Stats::m_satisfiedInterests |
Definition at line 135 of file ndn-l3-tracer.hpp.
double ns3::ndn::L3Tracer::Stats::m_timedOutInterests |
Definition at line 136 of file ndn-l3-tracer.hpp.
double ns3::ndn::L3Tracer::Stats::m_outSatisfiedInterests |
Definition at line 137 of file ndn-l3-tracer.hpp.
double ns3::ndn::L3Tracer::Stats::m_outTimedOutInterests |
Definition at line 138 of file ndn-l3-tracer.hpp.