NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: 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; -*- */
26
#ifndef NDN_MGMT_CONTROL_PARAMETERS_HPP
27
#define NDN_MGMT_CONTROL_PARAMETERS_HPP
28
29
#include "../encoding/block.hpp"
30
31
namespace
ndn
{
32
namespace
mgmt {
33
36
class
ControlParameters
37
{
38
public
:
39
virtual
void
40
wireDecode
(
const
Block
& wire) = 0;
41
42
virtual
Block
43
wireEncode
()
const
= 0;
44
};
45
46
}
// namespace mgmt
47
}
// namespace ndn
48
49
#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
Class representing a wire element of NDN-TLV packet format.
Definition:
block.hpp:43
ndn::mgmt::ControlParameters::wireEncode
virtual Block wireEncode() const =0
ndn::mgmt::ControlParameters
base class for a struct that contains ControlCommand parameters
Definition:
control-parameters.hpp:36
ndnSIM
ndn-cxx
src
mgmt
control-parameters.hpp
Generated on Tue Feb 23 2016 22:18:43 for ndnSIM by
1.8.11