#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 107 of file ndn-l3-tracer.hpp.
|
inline |
Definition at line 109 of file ndn-l3-tracer.hpp.
References m_inData, m_inInterests, m_inNack, m_outData, m_outInterests, m_outNack, m_outSatisfiedInterests, m_outTimedOutInterests, m_satisfiedInterests, and m_timedOutInterests.
double ns3::ndn::L3Tracer::Stats::m_inInterests |
Definition at line 124 of file ndn-l3-tracer.hpp.
Referenced by Reset().
double ns3::ndn::L3Tracer::Stats::m_outInterests |
Definition at line 125 of file ndn-l3-tracer.hpp.
Referenced by Reset().
double ns3::ndn::L3Tracer::Stats::m_inData |
Definition at line 126 of file ndn-l3-tracer.hpp.
Referenced by Reset().
double ns3::ndn::L3Tracer::Stats::m_outData |
Definition at line 127 of file ndn-l3-tracer.hpp.
Referenced by Reset().
double ns3::ndn::L3Tracer::Stats::m_inNack |
Definition at line 128 of file ndn-l3-tracer.hpp.
Referenced by Reset().
double ns3::ndn::L3Tracer::Stats::m_outNack |
Definition at line 129 of file ndn-l3-tracer.hpp.
Referenced by Reset().
double ns3::ndn::L3Tracer::Stats::m_satisfiedInterests |
Definition at line 130 of file ndn-l3-tracer.hpp.
Referenced by Reset().
double ns3::ndn::L3Tracer::Stats::m_timedOutInterests |
Definition at line 131 of file ndn-l3-tracer.hpp.
Referenced by Reset().
double ns3::ndn::L3Tracer::Stats::m_outSatisfiedInterests |
Definition at line 132 of file ndn-l3-tracer.hpp.
Referenced by Reset().
double ns3::ndn::L3Tracer::Stats::m_outTimedOutInterests |
Definition at line 133 of file ndn-l3-tracer.hpp.
Referenced by Reset().