26 #ifndef NFD_TOOLS_NFDC_CHANNEL_MODULE_HPP
27 #define NFD_TOOLS_NFDC_CHANNEL_MODULE_HPP
31 #include <ndn-cxx/mgmt/nfd/channel-status.hpp>
35 using ndn::nfd::ChannelStatus;
46 const std::function<
void()>& onSuccess,
47 const ndn::nfd::DatasetFailureCallback& onFailure,
48 const CommandOptions& options)
override;
58 formatItemXml(std::ostream& os,
const ChannelStatus& item)
const;
71 std::vector<ChannelStatus> m_status;