NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
control-parameters.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#ifndef NDN_MGMT_CONTROL_PARAMETERS_HPP
23
#define NDN_MGMT_CONTROL_PARAMETERS_HPP
24
25
#include "../encoding/block.hpp"
26
27
namespace
ndn
{
28
namespace
mgmt {
29
32
class
ControlParameters
33
{
34
public
:
35
virtual
36
~ControlParameters
() =
default
;
37
38
virtual
void
39
wireDecode
(
const
Block
& wire) = 0;
40
41
virtual
Block
42
wireEncode
()
const
= 0;
43
};
44
45
}
// namespace mgmt
46
}
// namespace ndn
47
48
#endif // NDN_MGMT_CONTROL_PARAMETERS_HPP
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::mgmt::ControlParameters::wireDecode
virtual void wireDecode(const Block &wire)=0
ndn::Block
Represents a TLV element of NDN packet format.
Definition:
block.hpp:42
ndn::mgmt::ControlParameters::~ControlParameters
virtual ~ControlParameters()=default
ndn::mgmt::ControlParameters
base class for a struct that contains ControlCommand parameters
Definition:
control-parameters.hpp:32
ndn::mgmt::ControlParameters::wireEncode
virtual Block wireEncode() const =0
ndnSIM
ndn-cxx
src
mgmt
control-parameters.hpp
Generated on Thu Nov 2 2017 03:30:28 for ndnSIM by
1.8.11