|
NFD: Named Data Networking Forwarding Daemon 24.07-28-gdcc0e6e0
|
#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 | |
| namespace | nfd |
| namespace | nfd::tools |
| namespace | nfd::tools::nfdc |
Functions | |
| std::pair< std::optional< FaceUri >, std::string > | nfd::tools::nfdc::canonize (ExecuteContext &ctx, const FaceUri &uri) |
| Canonize a FaceUri. | |
| 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. | |
| nfd::tools::nfdc::NDN_LOG_INIT (nfdc.CommandDefinition) | |