|
NFD: Named Data Networking Forwarding Daemon 24.07-28-gdcc0e6e0
|
#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>
Include dependency graph for face-helpers.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | nfd::tools::nfdc::FindFace |
| Procedure to find a face. More... | |
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. | |