NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
control-parameters.hpp File Reference
Include dependency graph for control-parameters.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::nfd::ControlParameters
 represents parameters in a ControlCommand request or response More...
 
class  ndn::nfd::ControlParameters::Error
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::nfd
 

Enumerations

enum  ndn::nfd::ControlParameterField {
  ndn::nfd::CONTROL_PARAMETER_NAME, ndn::nfd::CONTROL_PARAMETER_FACE_ID, ndn::nfd::CONTROL_PARAMETER_URI, ndn::nfd::CONTROL_PARAMETER_LOCAL_CONTROL_FEATURE,
  ndn::nfd::CONTROL_PARAMETER_ORIGIN, ndn::nfd::CONTROL_PARAMETER_COST, ndn::nfd::CONTROL_PARAMETER_FLAGS, ndn::nfd::CONTROL_PARAMETER_MASK,
  ndn::nfd::CONTROL_PARAMETER_STRATEGY, ndn::nfd::CONTROL_PARAMETER_EXPIRATION_PERIOD, ndn::nfd::CONTROL_PARAMETER_FACE_PERSISTENCY, ndn::nfd::CONTROL_PARAMETER_UBOUND
}
 
enum  ndn::nfd::LocalControlFeature { ndn::nfd::LOCAL_CONTROL_FEATURE_INCOMING_FACE_ID = 1, ndn::nfd::LOCAL_CONTROL_FEATURE_NEXT_HOP_FACE_ID = 2 }
 

Functions

std::ostream & ndn::nfd::operator<< (std::ostream &os, const ControlParameters &parameters)
 

Variables

const std::string ndn::nfd::CONTROL_PARAMETER_FIELD [CONTROL_PARAMETER_UBOUND]