#include "common.hpp"
#include "core/logger.hpp"
#include "face-counters.hpp"
#include <ndn-cxx/management/nfd-face-status.hpp>
Go to the source code of this file.
Classes | |
class | nfd::Face |
represents a face More... | |
class | nfd::Face::Error |
Face-related error. More... | |
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
Macros | |
#define | NFD_LOG_FACE(level, msg) |
#define | NFD_LOG_FACE_TRACE(msg) NFD_LOG_FACE(TRACE, msg) |
Log a message at TRACE level. More... | |
#define | NFD_LOG_FACE_DEBUG(msg) NFD_LOG_FACE(DEBUG, msg) |
Log a message at DEBUG level. More... | |
#define | NFD_LOG_FACE_INFO(msg) NFD_LOG_FACE(INFO, msg) |
Log a message at INFO level. More... | |
#define | NFD_LOG_FACE_WARN(msg) NFD_LOG_FACE(WARN, msg) |
Log a message at WARN level. More... | |
#define | NFD_LOG_FACE_ERROR(msg) NFD_LOG_FACE(ERROR, msg) |
Log a message at ERROR level. More... | |
Typedefs | |
typedef int | nfd::FaceId |
Variables | |
const FaceId | nfd::INVALID_FACEID = -1 |
indicates an invalid FaceId More... | |
const FaceId | nfd::FACEID_INTERNAL_FACE = 1 |
identifies the InternalFace used in management More... | |
const FaceId | nfd::FACEID_CONTENT_STORE = 254 |
identifies a packet comes from the ContentStore, in LocalControlHeader incomingFaceId More... | |
const FaceId | nfd::FACEID_NULL = 255 |
identifies the NullFace that drops every packet More... | |
const FaceId | nfd::FACEID_RESERVED_MAX = 255 |
upper bound of reserved FaceIds More... | |