NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
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
void
36
wireDecode
(
const
Block
& wire) = 0;
37
38
virtual
Block
39
wireEncode
()
const
= 0;
40
};
41
42
}
// namespace mgmt
43
}
// namespace ndn
44
45
#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
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 Wed Jan 11 2017 18:17:13 for ndnSIM by
1.8.13