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

computes FibUpdates based on updates to the RIB and sends them to NFD More...

#include <fib-updater.hpp>

Inheritance diagram for nfd::rib::FibUpdater:
Collaboration diagram for nfd::rib::FibUpdater:

Classes

class  Error
 

Public Types

using FibUpdateList = std::list< FibUpdate >
 
using FibUpdateSuccessCallback = std::function< void(RibUpdateList inheritedRoutes)>
 
using FibUpdateFailureCallback = std::function< void(uint32_t code, const std::string &error)>
 

Public Member Functions

 FibUpdater (Rib &rib, ndn::nfd::Controller &controller)
 
 ~FibUpdater ()=default
 
void computeAndSendFibUpdates (const RibUpdateBatch &batch, const FibUpdateSuccessCallback &onSuccess, const FibUpdateFailureCallback &onFailure)
 computes FibUpdates using the provided RibUpdateBatch and then sends the updates to NFD's FIB More...
 

Detailed Description

computes FibUpdates based on updates to the RIB and sends them to NFD

Definition at line 41 of file fib-updater.hpp.

Member Typedef Documentation

◆ FibUpdateList

Definition at line 51 of file fib-updater.hpp.

◆ FibUpdateSuccessCallback

using nfd::rib::FibUpdater::FibUpdateSuccessCallback = std::function<void(RibUpdateList inheritedRoutes)>

Definition at line 52 of file fib-updater.hpp.

◆ FibUpdateFailureCallback

using nfd::rib::FibUpdater::FibUpdateFailureCallback = std::function<void(uint32_t code, const std::string& error)>

Definition at line 53 of file fib-updater.hpp.

Constructor & Destructor Documentation

◆ FibUpdater()

nfd::rib::FibUpdater::FibUpdater ( Rib rib,
ndn::nfd::Controller controller 
)

Definition at line 41 of file fib-updater.cpp.

References nfd::rib::Rib::setFibUpdater().

◆ ~FibUpdater()

nfd::rib::FibUpdater::~FibUpdater ( )
default

Member Function Documentation

◆ computeAndSendFibUpdates()

void nfd::rib::FibUpdater::computeAndSendFibUpdates ( const RibUpdateBatch batch,
const FibUpdateSuccessCallback onSuccess,
const FibUpdateFailureCallback onFailure 
)

computes FibUpdates using the provided RibUpdateBatch and then sends the updates to NFD's FIB

Note
Caller must guarantee that the previous batch has either succeeded or failed before calling this method

Definition at line 49 of file fib-updater.cpp.

References nfd::rib::RibUpdateBatch::getFaceId().


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