Represents a faces/channels
dataset.
More...
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
Public Member Functions | |
ChannelDataset () | |
Name | getDatasetPrefix (const Name &prefix) const |
Constructs a name prefix for the dataset. More... | |
std::vector< ChannelStatus > | parseResult (ConstBufferPtr payload) const |
Protected Attributes | |
PartialName | m_datasetName |
Represents a faces/channels
dataset.
Definition at line 146 of file status-dataset.hpp.
ndn::nfd::ChannelDataset::ChannelDataset | ( | ) |
Definition at line 105 of file status-dataset.cpp.
Constructs a name prefix for the dataset.
prefix | Top-level prefix, such as /localhost/nfd . |
Definition at line 27 of file status-dataset.cpp.
std::vector< ChannelStatus > ndn::nfd::ChannelDataset::parseResult | ( | ConstBufferPtr | payload | ) | const |
Definition at line 111 of file status-dataset.cpp.
|
protectedinherited |
Definition at line 89 of file status-dataset.hpp.