NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
face.hpp File Reference
#include "common.hpp"
#include "face-counters.hpp"
#include <ndn-cxx/util/face-uri.hpp>
#include <ndn-cxx/management/nfd-face-status.hpp>
#include <ndn-cxx/management/nfd-face-event-notification.hpp>
Include dependency graph for face.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

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...