contains network layer packet counters More...
#include <face-counters.hpp>


Public Member Functions | |
| const PacketCounter & | getNInInterests () const | 
| incoming Interest  More... | |
| PacketCounter & | getNInInterests () | 
| const PacketCounter & | getNInDatas () const | 
| incoming Data  More... | |
| PacketCounter & | getNInDatas () | 
| const PacketCounter & | getNOutInterests () const | 
| outgoing Interest  More... | |
| PacketCounter & | getNOutInterests () | 
| const PacketCounter & | getNOutDatas () const | 
| outgoing Data  More... | |
| PacketCounter & | getNOutDatas () | 
Protected Member Functions | |
| template<typename R > | |
| void | copyTo (R &recipient) const | 
| copy current obseverations to a struct  More... | |
contains network layer packet counters
Definition at line 108 of file face-counters.hpp.
      
  | 
  inlineprotected | 
copy current obseverations to a struct
| recipient | an object with set methods for counters | 
Definition at line 169 of file face-counters.hpp.
References getNInDatas(), getNInInterests(), getNOutDatas(), and getNOutInterests().
Referenced by nfd::ForwarderCounters::copyTo(), and nfd::FaceCounters::copyTo().
      
  | 
  inline | 
incoming Data
Definition at line 126 of file face-counters.hpp.
Referenced by copyTo(), and nfd::Face::Face().
      
  | 
  inline | 
Definition at line 132 of file face-counters.hpp.
      
  | 
  inline | 
incoming Interest
Definition at line 113 of file face-counters.hpp.
Referenced by copyTo(), and nfd::Face::Face().
      
  | 
  inline | 
Definition at line 119 of file face-counters.hpp.
      
  | 
  inline | 
outgoing Data
Definition at line 152 of file face-counters.hpp.
Referenced by copyTo(), and nfd::Face::Face().
      
  | 
  inline | 
Definition at line 158 of file face-counters.hpp.
      
  | 
  inline | 
outgoing Interest
Definition at line 139 of file face-counters.hpp.
Referenced by copyTo(), and nfd::Face::Face().
      
  | 
  inline | 
Definition at line 145 of file face-counters.hpp.