NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::fw::asf::ProbingModule Class Reference

ASF Probing Module. More...

#include <asf-probing-module.hpp>

Collaboration diagram for nfd::fw::asf::ProbingModule:

Public Member Functions

 ProbingModule (AsfMeasurements &measurements)
 
void scheduleProbe (const fib::Entry &fibEntry, const time::milliseconds &interval)
 
FacegetFaceToProbe (const Face &inFace, const Interest &interest, const fib::Entry &fibEntry, const Face &faceUsed)
 
bool isProbingNeeded (const fib::Entry &fibEntry, const Interest &interest)
 
void afterForwardingProbe (const fib::Entry &fibEntry, const Interest &interest)
 

Static Public Attributes

static constexpr time::seconds DEFAULT_PROBING_INTERVAL = time::seconds(60)
 

Detailed Description

ASF Probing Module.

Definition at line 37 of file asf-probing-module.hpp.

Constructor & Destructor Documentation

nfd::fw::asf::ProbingModule::ProbingModule ( AsfMeasurements measurements)
explicit

Definition at line 39 of file asf-probing-module.cpp.

Member Function Documentation

void nfd::fw::asf::ProbingModule::scheduleProbe ( const fib::Entry fibEntry,
const time::milliseconds &  interval 
)
void nfd::fw::asf::ProbingModule::afterForwardingProbe ( const fib::Entry fibEntry,
const Interest interest 
)

Member Data Documentation

constexpr time::seconds nfd::fw::asf::ProbingModule::DEFAULT_PROBING_INTERVAL = time::seconds(60)
static

Definition at line 74 of file asf-probing-module.hpp.


The documentation for this class was generated from the following files: