nfd::tools::nfdc::ChannelModule Class Reference

Provides access to NFD channel dataset. More...

#include <tools/nfdc/channel-module.hpp>

+ Inheritance diagram for nfd::tools::nfdc::ChannelModule:
+ Collaboration diagram for nfd::tools::nfdc::ChannelModule:

Public Member Functions

void fetchStatus (Controller &controller, const std::function< void()> &onSuccess, const Controller::DatasetFailCallback &onFailure, const CommandOptions &options) override
 Collect status from NFD. More...
 
void formatItemText (std::ostream &os, const ChannelStatus &item) const
 Format a single status item as text. More...
 
void formatItemXml (std::ostream &os, const ChannelStatus &item) const
 Format a single status item as XML. More...
 
void formatStatusText (std::ostream &os) const override
 Format collected status as text. More...
 
void formatStatusXml (std::ostream &os) const override
 Format collected status as XML. More...
 

Detailed Description

Provides access to NFD channel dataset.

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

Definition at line 38 of file channel-module.hpp.

Member Function Documentation

◆ fetchStatus()

void nfd::tools::nfdc::ChannelModule::fetchStatus ( Controller &  controller,
const std::function< void()> &  onSuccess,
const Controller::DatasetFailCallback &  onFailure,
const CommandOptions &  options 
)
overridevirtual

Collect status from NFD.

Precondition
no other fetchStatus is in progress
Parameters
controllera controller through which StatusDataset can be requested
onSuccessinvoked when status has been collected into this instance
onFailurepassed to controller.fetch
optionspassed to controller.fetch

Implements nfd::tools::nfdc::Module.

Definition at line 32 of file channel-module.cpp.

◆ formatItemText()

void nfd::tools::nfdc::ChannelModule::formatItemText ( std::ostream &  os,
const ChannelStatus &  item 
) const

Format a single status item as text.

Parameters
osoutput stream
itemstatus item

Definition at line 73 of file channel-module.cpp.

◆ formatItemXml()

void nfd::tools::nfdc::ChannelModule::formatItemXml ( std::ostream &  os,
const ChannelStatus &  item 
) const

Format a single status item as XML.

Parameters
osoutput stream
itemstatus item

Definition at line 56 of file channel-module.cpp.

◆ formatStatusText()

void nfd::tools::nfdc::ChannelModule::formatStatusText ( std::ostream &  os) const
overridevirtual

Format collected status as text.

Precondition
fetchStatus has been successful
Parameters
osoutput stream

Implements nfd::tools::nfdc::Module.

Definition at line 64 of file channel-module.cpp.

◆ formatStatusXml()

void nfd::tools::nfdc::ChannelModule::formatStatusXml ( std::ostream &  os) const
overridevirtual

Format collected status as XML.

Precondition
fetchStatus has been successful
Parameters
osoutput stream

Implements nfd::tools::nfdc::Module.

Definition at line 46 of file channel-module.cpp.