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

represents a faces/channels dataset More...

#include <status-dataset.hpp>

Inheritance diagram for ndn::nfd::ChannelDataset:
Collaboration diagram for ndn::nfd::ChannelDataset:

Public Types

using ResultType = std::vector< ChannelStatus >
 
- Public Types inherited from ndn::nfd::StatusDataset
using ParamType = int
 if defined, specifies constructor argument type; otherwise, constructor has no argument More...
 
using ResultType = std::vector< int >
 provides the result type, usually a vector More...
 

Public Member Functions

 ChannelDataset ()
 
ResultType parseResult (ConstBufferPtr payload) const
 
- Public Member Functions inherited from ndn::nfd::StatusDataset
virtual ~StatusDataset ()
 
Name getDatasetPrefix (const Name &prefix) const
 constructs a name prefix for the dataset More...
 
ResultType parseResult (ConstBufferPtr payload) const
 parses a result from reassembled payload More...
 

Additional Inherited Members

- Protected Member Functions inherited from ndn::nfd::StatusDataset
 StatusDataset (const PartialName &datasetName)
 constructs a StatusDataset instance with given sub-prefix More...
 

Detailed Description

represents a faces/channels dataset

See also
https://redmine.named-data.net/projects/nfd/wiki/FaceMgmt#Channel-Dataset

Definition at line 185 of file status-dataset.hpp.

Member Typedef Documentation

◆ ResultType

Definition at line 190 of file status-dataset.hpp.

Constructor & Destructor Documentation

◆ ChannelDataset()

ndn::nfd::ChannelDataset::ChannelDataset ( )

Definition at line 119 of file status-dataset.cpp.

Member Function Documentation

◆ parseResult()

ChannelDataset::ResultType ndn::nfd::ChannelDataset::parseResult ( ConstBufferPtr  payload) const

Definition at line 125 of file status-dataset.cpp.


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