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

ASF Probing Module. More...

#include <asf-probing-module.hpp>

Public Member Functions

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

Static Public Attributes

static constexpr time::milliseconds DEFAULT_PROBING_INTERVAL = 1_min
 
static constexpr time::milliseconds MIN_PROBING_INTERVAL = 1_s
 

Detailed Description

ASF Probing Module.

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

Constructor & Destructor Documentation

◆ ProbingModule()

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

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

Member Function Documentation

◆ scheduleProbe()

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

◆ getFaceToProbe()

Face * nfd::fw::asf::ProbingModule::getFaceToProbe ( const Face inFace,
const Interest interest,
const fib::Entry fibEntry,
const Face faceUsed 
)

◆ isProbingNeeded()

◆ afterForwardingProbe()

void nfd::fw::asf::ProbingModule::afterForwardingProbe ( const fib::Entry fibEntry,
const Name interestName 
)

◆ setProbingInterval()

void nfd::fw::asf::ProbingModule::setProbingInterval ( size_t  probingInterval)

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

References MIN_PROBING_INTERVAL, NDN_THROW, and ndn::to_string().

Referenced by nfd::fw::asf::getParamValue().

◆ getProbingInterval()

time::milliseconds nfd::fw::asf::ProbingModule::getProbingInterval ( ) const
inline

Member Data Documentation

◆ DEFAULT_PROBING_INTERVAL

constexpr time::milliseconds nfd::fw::asf::ProbingModule::DEFAULT_PROBING_INTERVAL = 1_min
static

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

◆ MIN_PROBING_INTERVAL

constexpr time::milliseconds nfd::fw::asf::ProbingModule::MIN_PROBING_INTERVAL = 1_s
static

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

Referenced by setProbingInterval().


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