A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
sixlowpan-helper.h
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2011 Universita' di Firenze, Italy
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 2 as
7
* published by the Free Software Foundation;
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
*
18
* Author: Tommaso Pecorella <tommaso.pecorella@unifi.it>
19
*/
20
21
#ifndef SIXLOWPAN_HELPER_H
22
#define SIXLOWPAN_HELPER_H
23
24
#include "ns3/net-device-container.h"
25
#include "ns3/object-factory.h"
26
#include <string>
27
28
namespace
ns3
{
29
30
class
Node;
31
class
AttributeValue;
32
class
Time
;
33
39
class
SixLowPanHelper
40
{
41
public
:
42
/*
43
* Construct a SixlowpanHelper
44
*/
45
SixLowPanHelper
();
53
void
SetDeviceAttribute
(std::string n1,
54
const
AttributeValue
&v1);
55
81
NetDeviceContainer
Install
(
NetDeviceContainer
c);
82
94
void
AddContext
(
NetDeviceContainer
c, uint8_t contextId,
Ipv6Prefix
context,
Time
validity);
95
105
void
RenewContext
(
NetDeviceContainer
c, uint8_t contextId,
Time
validity);
106
119
void
InvalidateContext
(
NetDeviceContainer
c, uint8_t contextId);
120
129
void
RemoveContext
(
NetDeviceContainer
c, uint8_t contextId);
130
142
int64_t
AssignStreams
(
NetDeviceContainer
c, int64_t stream);
143
144
private
:
145
ObjectFactory
m_deviceFactory
;
146
};
147
148
}
// namespace ns3
149
150
151
#endif
/* SIXLOWPAN_HELPER_H */
ns3::AttributeValue
Hold a value for an Attribute.
Definition:
attribute.h:69
ns3::Ipv6Prefix
Describes an IPv6 prefix.
Definition:
ipv6-address.h:456
ns3::NetDeviceContainer
holds a vector of ns3::NetDevice pointers
Definition:
net-device-container.h:42
ns3::ObjectFactory
Instantiate subclasses of ns3::Object.
Definition:
object-factory.h:48
ns3::SixLowPanHelper
Setup a sixlowpan stack to be used as a shim between IPv6 and a generic NetDevice.
Definition:
sixlowpan-helper.h:40
ns3::SixLowPanHelper::m_deviceFactory
ObjectFactory m_deviceFactory
Object factory.
Definition:
sixlowpan-helper.h:145
ns3::SixLowPanHelper::SetDeviceAttribute
void SetDeviceAttribute(std::string n1, const AttributeValue &v1)
Set an attribute on each ns3::SixlowpanNetDevice created by SixlowpanHelper::Install.
Definition:
sixlowpan-helper.cc:40
ns3::SixLowPanHelper::SixLowPanHelper
SixLowPanHelper()
Definition:
sixlowpan-helper.cc:34
ns3::SixLowPanHelper::Install
NetDeviceContainer Install(NetDeviceContainer c)
Install the SixLoWPAN stack on top of an existing NetDevice.
Definition:
sixlowpan-helper.cc:47
ns3::SixLowPanHelper::RemoveContext
void RemoveContext(NetDeviceContainer c, uint8_t contextId)
Remove a compression Context in a set of NetDevices.
Definition:
sixlowpan-helper.cc:114
ns3::SixLowPanHelper::RenewContext
void RenewContext(NetDeviceContainer c, uint8_t contextId, Time validity)
Renew a compression Context in a set of NetDevices.
Definition:
sixlowpan-helper.cc:84
ns3::SixLowPanHelper::AssignStreams
int64_t AssignStreams(NetDeviceContainer c, int64_t stream)
Assign a fixed random variable stream number to the random variables used by this model.
Definition:
sixlowpan-helper.cc:129
ns3::SixLowPanHelper::InvalidateContext
void InvalidateContext(NetDeviceContainer c, uint8_t contextId)
Invalidates a compression Context in a set of NetDevices.
Definition:
sixlowpan-helper.cc:99
ns3::SixLowPanHelper::AddContext
void AddContext(NetDeviceContainer c, uint8_t contextId, Ipv6Prefix context, Time validity)
Adds a compression Context to a set of NetDevices.
Definition:
sixlowpan-helper.cc:69
ns3::Time
Simulation virtual time values and global simulation resolution.
Definition:
nstime.h:103
ns3::TracedValueCallback::Time
void(* Time)(Time oldValue, Time newValue)
TracedValue callback signature for Time.
Definition:
nstime.h:793
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
sixlowpan
helper
sixlowpan-helper.h
Generated on Tue Feb 6 2024 19:21:26 for ns-3 by
1.9.1