A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
burst-profile-manager.h
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2007,2008 INRIA
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: Jahanzeb Farooq <jahanzeb.farooq@sophia.inria.fr>
19
*/
20
21
#ifndef BURST_PROFILE_MANAGER_H
22
#define BURST_PROFILE_MANAGER_H
23
24
#include <stdint.h>
25
#include "
cid.h
"
26
#include "
wimax-phy.h
"
27
#include "
wimax-net-device.h
"
28
29
namespace
ns3
{
30
31
class
SSRecord;
32
class
RngReq;
33
39
class
BurstProfileManager
:
public
Object
40
{
41
public
:
46
static
TypeId
GetTypeId
(
void
);
52
BurstProfileManager
(
Ptr<WimaxNetDevice>
device);
53
~BurstProfileManager
(
void
);
54
void
DoDispose
(
void
);
58
uint16_t
GetNrBurstProfilesToDefine
(
void
);
59
66
WimaxPhy::ModulationType
GetModulationType
(uint8_t iuc,
67
WimaxNetDevice::Direction
direction)
const
;
68
75
uint8_t
GetBurstProfile
(
WimaxPhy::ModulationType
modulationType,
76
WimaxNetDevice::Direction
direction)
const
;
77
85
uint8_t
GetBurstProfileForSS
(
const
SSRecord
*ssRecord,
const
RngReq
*rngreq,
86
WimaxPhy::ModulationType
&modulationType);
93
WimaxPhy::ModulationType
GetModulationTypeForSS
(
const
SSRecord
*ssRecord,
94
const
RngReq
*rngreq);
99
uint8_t
GetBurstProfileToRequest
(
void
);
100
private
:
102
BurstProfileManager
(
const
BurstProfileManager
&);
107
BurstProfileManager
&
operator=
(
const
BurstProfileManager
&);
108
109
Ptr<WimaxNetDevice>
m_device
;
110
};
111
112
}
// namespace ns3
113
114
#endif
/* BURST_PROFILE_MANAGER_H */
cid.h
ns3::BurstProfileManager
Profile manager for burst communications.
Definition:
burst-profile-manager.h:40
ns3::BurstProfileManager::m_device
Ptr< WimaxNetDevice > m_device
the device
Definition:
burst-profile-manager.h:109
ns3::BurstProfileManager::DoDispose
void DoDispose(void)
Destructor implementation.
Definition:
burst-profile-manager.cc:55
ns3::BurstProfileManager::GetNrBurstProfilesToDefine
uint16_t GetNrBurstProfilesToDefine(void)
Definition:
burst-profile-manager.cc:61
ns3::BurstProfileManager::GetBurstProfileForSS
uint8_t GetBurstProfileForSS(const SSRecord *ssRecord, const RngReq *rngreq, WimaxPhy::ModulationType &modulationType)
Get burst profile for SS.
Definition:
burst-profile-manager.cc:145
ns3::BurstProfileManager::BurstProfileManager
BurstProfileManager(Ptr< WimaxNetDevice > device)
Constructor.
Definition:
burst-profile-manager.cc:44
ns3::BurstProfileManager::~BurstProfileManager
~BurstProfileManager(void)
Definition:
burst-profile-manager.cc:49
ns3::BurstProfileManager::BurstProfileManager
BurstProfileManager(const BurstProfileManager &)
Type conversion operator.
ns3::BurstProfileManager::GetBurstProfile
uint8_t GetBurstProfile(WimaxPhy::ModulationType modulationType, WimaxNetDevice::Direction direction) const
returns the burst profile
Definition:
burst-profile-manager.cc:107
ns3::BurstProfileManager::GetBurstProfileToRequest
uint8_t GetBurstProfileToRequest(void)
Get burst profile to request.
Definition:
burst-profile-manager.cc:165
ns3::BurstProfileManager::GetModulationTypeForSS
WimaxPhy::ModulationType GetModulationTypeForSS(const SSRecord *ssRecord, const RngReq *rngreq)
Get module ation type for SS.
Definition:
burst-profile-manager.cc:157
ns3::BurstProfileManager::operator=
BurstProfileManager & operator=(const BurstProfileManager &)
Assignment operator.
ns3::BurstProfileManager::GetTypeId
static TypeId GetTypeId(void)
Get the type ID.
Definition:
burst-profile-manager.cc:36
ns3::BurstProfileManager::GetModulationType
WimaxPhy::ModulationType GetModulationType(uint8_t iuc, WimaxNetDevice::Direction direction) const
returns the modulation type of a given iuc
Definition:
burst-profile-manager.cc:70
ns3::Object
A base class which provides memory management and object aggregation.
Definition:
object.h:88
ns3::Ptr
Smart pointer class similar to boost::intrusive_ptr.
Definition:
ptr.h:74
ns3::RngReq
This class implements the ranging request message described by "IEEE Standard for Local and metropoli...
Definition:
mac-messages.h:643
ns3::SSRecord
This class is used by the base station to store some information related to subscriber station in the...
Definition:
ss-record.h:44
ns3::TypeId
a unique identifier for an interface.
Definition:
type-id.h:59
ns3::WimaxNetDevice::Direction
Direction
Direction enumeration.
Definition:
wimax-net-device.h:73
ns3::WimaxPhy::ModulationType
ModulationType
ModulationType enumeration.
Definition:
wimax-phy.h:52
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
wimax-net-device.h
wimax-phy.h
src
wimax
model
burst-profile-manager.h
Generated on Tue Feb 6 2024 19:21:30 for ns-3 by
1.9.1