nfd/control-parameters.hpp File Reference
+ Include dependency graph for nfd/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) 2013-2017 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_URI,
  ndn::nfd::CONTROL_PARAMETER_ORIGIN,
  ndn::nfd::CONTROL_PARAMETER_COST,
  ndn::nfd::CONTROL_PARAMETER_CAPACITY,
  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_BASE_CONGESTION_MARKING_INTERVAL,
  ndn::nfd::CONTROL_PARAMETER_DEFAULT_CONGESTION_THRESHOLD,
  ndn::nfd::CONTROL_PARAMETER_UBOUND
}
 

Functions

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

Variables

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