nlsr::LsaSegmentStorage Class Reference

#include <lsa-segment-storage.hpp>

Public Member Functions

 LsaSegmentStorage (ndn::Scheduler &scheduler)
 
void connectToFetcher (ndn::util::SegmentFetcher &fetcher)
 Get connected to the signal emitted by SegmentFetcher. More...
 
const ndn::Data * getLsaSegment (const ndn::Interest &interest)
 Returns an LSA segment for an interest from LsaSegmentStorage. More...
 

Detailed Description

Definition at line 36 of file lsa-segment-storage.hpp.

Constructor & Destructor Documentation

nlsr::LsaSegmentStorage::LsaSegmentStorage ( ndn::Scheduler &  scheduler)

Definition at line 32 of file lsa-segment-storage.cpp.

Member Function Documentation

void nlsr::LsaSegmentStorage::connectToFetcher ( ndn::util::SegmentFetcher &  fetcher)

Get connected to the signal emitted by SegmentFetcher.

Parameters
fetcherThe SegmentFetcher to whose signal LsaSegmentStorage will subscribe to.

Definition at line 38 of file lsa-segment-storage.cpp.

Here is the caller graph for this function:

const ndn::Data * nlsr::LsaSegmentStorage::getLsaSegment ( const ndn::Interest &  interest)

Returns an LSA segment for an interest from LsaSegmentStorage.

Parameters
interestInterest corresponding to the returned LSA segment.

Definition at line 45 of file lsa-segment-storage.cpp.

Here is the caller graph for this function: