A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
src
mesh
helper
dot11s
dot11s-installer.h
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2008,2009 IITP RAS
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
* Authors: Kirill Andreev <andreev@iitp.ru>
19
*/
20
21
#ifndef DOT11S_STACK_INSTALLER_H
22
#define DOT11S_STACK_INSTALLER_H
23
24
#include "ns3/mesh-stack-installer.h"
25
26
namespace
ns3
{
27
32
class
Dot11sStack
:
public
MeshStack
33
{
34
public
:
35
40
static
TypeId
GetTypeId
();
41
45
Dot11sStack
();
46
50
~Dot11sStack
();
51
56
void
DoDispose
();
57
63
bool
InstallStack
(
Ptr<MeshPointDevice>
mp);
64
71
void
Report
(
const
Ptr<MeshPointDevice>
mp, std::ostream&);
72
77
void
ResetStats
(
const
Ptr<MeshPointDevice>
mp);
78
private
:
79
Mac48Address
m_root
;
80
};
81
82
}
// namespace ns3
83
84
#endif
85
ns3::Ptr
Smart pointer class similar to boost::intrusive_ptr.
Definition:
ptr.h:73
ns3::Dot11sStack::DoDispose
void DoDispose()
Break any reference cycles in the installer helper.
Definition:
dot11s-installer.cc:52
ns3::Dot11sStack
Helper class to allow easy installation of 802.11s stack.
Definition:
dot11s-installer.h:32
ns3::MeshStack
Prototype for class, which helps to install MAC-layer routing stack to ns3::MeshPointDevice.
Definition:
mesh-stack-installer.h:35
ns3::Dot11sStack::~Dot11sStack
~Dot11sStack()
Destroy a Dot11sStack() installer helper.
Definition:
dot11s-installer.cc:48
ns3::Dot11sStack::Report
void Report(const Ptr< MeshPointDevice > mp, std::ostream &)
Iterate through the referenced devices and protocols and print their statistics.
Definition:
dot11s-installer.cc:84
ns3::Dot11sStack::Dot11sStack
Dot11sStack()
Create a Dot11sStack() installer helper.
Definition:
dot11s-installer.cc:44
ns3::Dot11sStack::m_root
Mac48Address m_root
root
Definition:
dot11s-installer.h:79
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::Mac48Address
an EUI-48 address
Definition:
mac48-address.h:43
ns3::Dot11sStack::GetTypeId
static TypeId GetTypeId()
Get the type ID.
Definition:
dot11s-installer.cc:31
ns3::Dot11sStack::ResetStats
void ResetStats(const Ptr< MeshPointDevice > mp)
Reset the statistics on the referenced devices and protocols.
Definition:
dot11s-installer.cc:106
ns3::Dot11sStack::InstallStack
bool InstallStack(Ptr< MeshPointDevice > mp)
Install an 802.11s stack.
Definition:
dot11s-installer.cc:56
ns3::TypeId
a unique identifier for an interface.
Definition:
type-id.h:58
Generated on Wed Nov 7 2018 10:02:04 for ns-3 by
1.8.14