#include "core/common.hpp"
#include "execute-command.hpp"
#include <ndn-cxx/mgmt/nfd/face-query-filter.hpp>
#include <ndn-cxx/mgmt/nfd/face-status.hpp>
#include <ndn-cxx/net/face-uri.hpp>
#include <set>
Go to the source code of this file.
|
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...
|
|