26 #ifndef NFD_TOOLS_NFDC_STATUS_REPORT_HPP 27 #define NFD_TOOLS_NFDC_STATUS_REPORT_HPP 30 #include <ndn-cxx/face.hpp> 31 #include <ndn-cxx/security/key-chain.hpp> 32 #include <ndn-cxx/security/v2/validator.hpp> 40 using ndn::security::v2::Validator;
71 collect(Face& face, KeyChain& keyChain, Validator& validator,
const CommandOptions& options);
77 formatXml(std::ostream& os)
const;
83 formatText(std::ostream& os)
const;
87 processEvents(Face& face);
99 #endif // NFD_TOOLS_NFDC_STATUS_REPORT_HPP
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
#define VIRTUAL_WITH_TESTS