contains counters on face More...
#include <face-counters.hpp>
Public Member Functions | |
template<typename R > | |
void | copyTo (R &recipient) const |
copy current obseverations to a struct More... | |
Public Member Functions inherited from nfd::NetworkLayerCounters | |
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 () |
Public Member Functions inherited from nfd::LinkLayerCounters | |
const ByteCounter & | getNInBytes () const |
received bytes More... | |
ByteCounter & | getNInBytes () |
const ByteCounter & | getNOutBytes () const |
sent bytes More... | |
ByteCounter & | getNOutBytes () |
Additional Inherited Members | |
Protected Member Functions inherited from nfd::NetworkLayerCounters | |
template<typename R > | |
void | copyTo (R &recipient) const |
copy current obseverations to a struct More... | |
Protected Member Functions inherited from nfd::LinkLayerCounters | |
template<typename R > | |
void | copyTo (R &recipient) const |
copy current obseverations to a struct More... | |
contains counters on face
Definition at line 234 of file face-counters.hpp.
|
inline |
copy current obseverations to a struct
recipient | an object with set methods for counters |
Definition at line 242 of file face-counters.hpp.
References nfd::NetworkLayerCounters::copyTo(), and nfd::LinkLayerCounters::copyTo().
Referenced by nfd::Face::getFaceStatus().