#include "face-manager.hpp"#include "core/logger.hpp"#include "face/generic-link-service.hpp"#include "face/protocol-factory.hpp"#include "fw/face-table.hpp"#include <ndn-cxx/lp/tags.hpp>#include <ndn-cxx/mgmt/nfd/channel-status.hpp>#include <ndn-cxx/mgmt/nfd/face-event-notification.hpp>#include <ndn-cxx/mgmt/nfd/face-query-filter.hpp>#include <ndn-cxx/mgmt/nfd/face-status.hpp>
Go to the source code of this file.
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
Functions | |
| template<typename T > | |
| static void | nfd::copyMtu (const Face &face, T &to) | 
| static ControlParameters | nfd::makeUpdateFaceResponse (const Face &face) | 
| static ControlParameters | nfd::makeCreateFaceResponse (const Face &face) | 
| static void | nfd::updateLinkServiceOptions (Face &face, const ControlParameters ¶meters) | 
| template<typename T > | |
| static void | nfd::copyFaceProperties (const Face &face, T &to) | 
| static ndn::nfd::FaceStatus | nfd::makeFaceStatus (const Face &face, const time::steady_clock::TimePoint &now) | 
| static bool | nfd::matchFilter (const ndn::nfd::FaceQueryFilter &filter, const Face &face) | 
Variables | |
| nfd::FaceManager | |