#include "face-helpers.hpp"#include "format-helpers.hpp"#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>#include <ndn-cxx/util/logger.hpp>
Include dependency graph for face-helpers.cpp:Go to the source code of this file.
Namespaces | |
| nfd | |
| -status-http-server | |
| nfd::tools | |
| nfd::tools::nfdc | |
Functions | |
| std::pair< std::optional< FaceUri >, std::string > | nfd::tools::nfdc::canonize (ExecuteContext &ctx, const FaceUri &uri) |
| Canonize a FaceUri. More... | |
| std::pair< FindFace::Code, std::string > | nfd::tools::nfdc::canonizeErrorHelper (const FaceUri &uri, const std::string &error, const std::string &field="") |
| Helper to generate exit code and error message for face canonization failures. More... | |
| nfd::tools::nfdc::NDN_LOG_INIT (nfdc.CommandDefinition) | |