A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
wimax-mac-header.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, 2009 INRIA, UDcast
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
* Mohamed Amine Ismail <amine.ismail@sophia.inria.fr>
20
*/
21
22
#ifndef MAC_HEADER_TYPE_H
23
#define MAC_HEADER_TYPE_H
24
25
#include <stdint.h>
26
#include "ns3/header.h"
27
28
namespace
ns3 {
29
34
class
MacHeaderType
:
public
Header
35
{
41
public
:
42
enum
HeaderType
43
{
44
HEADER_TYPE_GENERIC
,
HEADER_TYPE_BANDWIDTH
45
};
46
47
MacHeaderType
(
void
);
48
MacHeaderType
(uint8_t type);
49
virtual
~MacHeaderType
(
void
);
50
void
SetType
(uint8_t type);
51
uint8_t
GetType
(
void
)
const
;
52
53
std::string
GetName
(
void
)
const
;
54
static
TypeId
GetTypeId
(
void
);
55
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
56
void
Print
(std::ostream &os)
const
;
57
uint32_t
GetSerializedSize
(
void
)
const
;
58
void
Serialize
(
Buffer::Iterator
start
)
const
;
59
uint32_t
Deserialize
(
Buffer::Iterator
start
);
60
private
:
61
uint8_t
m_type
;
62
};
63
64
}
// namespace ns3
65
66
#endif
/* MAC_HEADER_TYPE_H */
67
68
// ----------------------------------------------------------------------------------------------------------
69
70
#ifndef GENERIC_MAC_HEADER_H
71
#define GENERIC_MAC_HEADER_H
72
73
#include <stdint.h>
74
#include "ns3/header.h"
75
#include "
cid.h
"
76
77
namespace
ns3 {
78
84
class
GenericMacHeader
:
public
Header
85
{
86
public
:
87
GenericMacHeader
(
void
);
88
~GenericMacHeader
(
void
);
89
90
void
SetEc
(uint8_t ec);
91
void
SetType
(uint8_t type);
92
void
SetCi
(uint8_t ci);
93
void
SetEks
(uint8_t eks);
94
void
SetLen
(uint16_t len);
95
void
SetCid
(
Cid
cid);
96
void
SetHcs
(uint8_t hcs);
97
void
SetHt
(uint8_t HT);
98
99
uint8_t
GetEc
(
void
)
const
;
100
uint8_t
GetType
(
void
)
const
;
101
uint8_t
GetCi
(
void
)
const
;
102
uint8_t
GetEks
(
void
)
const
;
103
uint16_t
GetLen
(
void
)
const
;
104
Cid
GetCid
(
void
)
const
;
105
uint8_t
GetHcs
(
void
)
const
;
106
uint8_t
GetHt
(
void
)
const
;
107
std::string
GetName
(
void
)
const
;
108
static
TypeId
GetTypeId
(
void
);
109
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
110
void
Print
(std::ostream &os)
const
;
111
uint32_t
GetSerializedSize
(
void
)
const
;
112
void
Serialize
(
Buffer::Iterator
start
)
const
;
113
uint32_t
Deserialize
(
Buffer::Iterator
start);
114
bool
check_hcs
(
void
)
const
;
115
private
:
116
uint8_t
m_ht
;
// Header type
117
uint8_t
m_ec
;
// Encryption Control
118
uint8_t
m_type
;
119
uint8_t
m_esf
;
120
uint8_t
m_ci
;
// CRC Indicator
121
uint8_t
m_eks
;
// Encryption Key Sequence
122
uint8_t
m_rsv1
;
123
uint16_t
m_len
;
124
Cid
m_cid
;
125
uint8_t
m_hcs
;
// Header Check Sequence
126
uint8_t
c_hcs
;
// calculated header check sequence; this is used to check if the received header is correct or not
127
128
129
};
130
131
}
// namespace ns3
132
133
#endif
/* GENERIC_MAC_HEADER */
134
135
// ----------------------------------------------------------------------------------------------------------
136
137
#ifndef BANDWIDTH_REQUEST_HEADER_H
138
#define BANDWIDTH_REQUEST_HEADER_H
139
140
#include <stdint.h>
141
#include "ns3/header.h"
142
#include "
cid.h
"
143
144
namespace
ns3 {
150
class
BandwidthRequestHeader
:
public
Header
151
{
152
public
:
153
enum
HeaderType
154
{
155
HEADER_TYPE_INCREMENTAL
,
HEADER_TYPE_AGGREGATE
156
};
157
158
BandwidthRequestHeader
(
void
);
159
~BandwidthRequestHeader
(
void
);
160
161
void
SetHt
(uint8_t HT);
162
void
SetEc
(uint8_t ec);
163
void
SetType
(uint8_t type);
164
void
SetBr
(uint32_t br);
165
void
SetCid
(
Cid
cid);
166
void
SetHcs
(uint8_t hcs);
167
168
uint8_t
GetHt
(
void
)
const
;
169
uint8_t
GetEc
(
void
)
const
;
170
uint8_t
GetType
(
void
)
const
;
171
uint32_t
GetBr
(
void
)
const
;
172
Cid
GetCid
(
void
)
const
;
173
uint8_t
GetHcs
(
void
)
const
;
174
175
std::string
GetName
(
void
)
const
;
176
static
TypeId
GetTypeId
(
void
);
177
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
178
void
Print
(std::ostream &os)
const
;
179
uint32_t
GetSerializedSize
(
void
)
const
;
180
void
Serialize
(
Buffer::Iterator
start
)
const
;
181
uint32_t
Deserialize
(
Buffer::Iterator
start
);
182
bool
check_hcs
(
void
)
const
;
183
private
:
184
uint8_t
m_ht
;
// Header type
185
uint8_t
m_ec
;
// Encryption Control
186
uint8_t
m_type
;
187
uint32_t
m_br
;
// Bandwidth Request
188
Cid
m_cid
;
// Connection identifier
189
uint8_t
m_hcs
;
// Header Check Sequence
190
uint8_t
c_hcs
;
// calculated header check sequence; this is used to check if the received header is correct or not
191
192
};
193
194
}
// namespace ns3
195
196
#endif
/* BANDWIDTH_REQUEST_HEADER_H */
197
198
// ----------------------------------------------------------------------------------------------------------
199
200
#ifndef GRANT_MANAGEMENT_SUBHEADER_H
201
#define GRANT_MANAGEMENT_SUBHEADER_H
202
203
#include <stdint.h>
204
#include "ns3/header.h"
205
206
namespace
ns3 {
207
208
class
GrantManagementSubheader
:
public
Header
209
{
216
public
:
217
GrantManagementSubheader
(
void
);
218
~GrantManagementSubheader
(
void
);
219
220
void
SetSi
(uint8_t si);
221
void
SetPm
(uint8_t pm);
222
void
SetPbr
(uint16_t pbr);
223
224
uint8_t
GetSi
(
void
)
const
;
225
uint8_t
GetPm
(
void
)
const
;
226
uint16_t
GetPbr
(
void
)
const
;
227
228
std::string
GetName
(
void
)
const
;
229
static
TypeId
GetTypeId
(
void
);
230
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
231
void
Print
(std::ostream &os)
const
;
232
uint32_t
GetSerializedSize
(
void
)
const
;
233
void
Serialize
(
Buffer::Iterator
start
)
const
;
234
uint32_t
Deserialize
(
Buffer::Iterator
start);
235
236
private
:
237
// size of the Grant Management Subheader shall actually be 2 bytes
238
239
uint8_t
m_si
;
// Slip Indicator
240
uint8_t
m_pm
;
// Poll-Me bit (byte in this case)
241
uint16_t
m_pbr
;
// PiggyBack Request
242
};
243
244
}
// namespace ns3
245
246
#endif
/* GRANT_MANAGEMENT_SUBHEADER_H */
247
248
// ----------------------------------------------------------------------------------------------------------
249
250
#ifndef FRAGMENTATION_SUBHEADER_H
251
#define FRAGMENTATION_SUBHEADER_H
252
253
#include <stdint.h>
254
#include "ns3/header.h"
255
256
namespace
ns3 {
264
class
FragmentationSubheader
:
public
Header
265
{
266
public
:
267
FragmentationSubheader
(
void
);
268
~FragmentationSubheader
(
void
);
269
270
void
SetFc
(uint8_t fc);
271
void
SetFsn
(uint8_t fsn);
272
273
uint8_t
GetFc
(
void
)
const
;
274
uint8_t
GetFsn
(
void
)
const
;
275
276
std::string
GetName
(
void
)
const
;
277
static
TypeId
GetTypeId
(
void
);
278
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
279
void
Print
(std::ostream &os)
const
;
280
uint32_t
GetSerializedSize
(
void
)
const
;
281
void
Serialize
(
Buffer::Iterator
start
)
const
;
282
uint32_t
Deserialize
(
Buffer::Iterator
start);
283
284
private
:
285
uint8_t
m_fc
;
// Fragment Control
286
uint8_t
m_fsn
;
// Fragment Sequence Number
287
};
288
}
// namespace ns3
289
290
#endif
/* FRAGMENTATION_SUBHEADER_H */
ns3::Header
Protocol header serialization and deserialization.
Definition:
header.h:42
ns3::MacHeaderType::Print
void Print(std::ostream &os) const
Definition:
wimax-mac-header.cc:75
ns3::MacHeaderType::HeaderType
HeaderType
this class implements the mac header type field.
Definition:
wimax-mac-header.h:42
ns3::BandwidthRequestHeader::SetEc
void SetEc(uint8_t ec)
Definition:
wimax-mac-header.cc:323
ns3::BandwidthRequestHeader::GetHcs
uint8_t GetHcs(void) const
Definition:
wimax-mac-header.cc:373
ns3::GenericMacHeader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Definition:
wimax-mac-header.cc:209
ns3::BandwidthRequestHeader::c_hcs
uint8_t c_hcs
Definition:
wimax-mac-header.h:190
ns3::GrantManagementSubheader::GetSi
uint8_t GetSi(void) const
Definition:
wimax-mac-header.cc:513
ns3::GrantManagementSubheader::Serialize
void Serialize(Buffer::Iterator start) const
Definition:
wimax-mac-header.cc:556
ns3::GrantManagementSubheader::GrantManagementSubheader
GrantManagementSubheader(void)
this class implements the grant management sub-header as described by IEEE Standard for Local and met...
Definition:
wimax-mac-header.cc:487
ns3::FragmentationSubheader::m_fc
uint8_t m_fc
Definition:
wimax-mac-header.h:285
ns3::MacHeaderType::HEADER_TYPE_GENERIC
Definition:
wimax-mac-header.h:44
ns3::GrantManagementSubheader::~GrantManagementSubheader
~GrantManagementSubheader(void)
Definition:
wimax-mac-header.cc:494
ns3::GenericMacHeader::SetType
void SetType(uint8_t type)
Definition:
wimax-mac-header.cc:128
ns3::BandwidthRequestHeader::GetName
std::string GetName(void) const
Definition:
wimax-mac-header.cc:378
ns3::BandwidthRequestHeader::~BandwidthRequestHeader
~BandwidthRequestHeader(void)
Definition:
wimax-mac-header.cc:314
ns3::FragmentationSubheader::GetName
std::string GetName(void) const
Definition:
wimax-mac-header.cc:615
ns3::GenericMacHeader::m_rsv1
uint8_t m_rsv1
Definition:
wimax-mac-header.h:122
ns3::FragmentationSubheader::GetTypeId
static TypeId GetTypeId(void)
Definition:
wimax-mac-header.cc:621
ns3::BandwidthRequestHeader::SetType
void SetType(uint8_t type)
Definition:
wimax-mac-header.cc:328
ns3::GrantManagementSubheader::SetPm
void SetPm(uint8_t pm)
Definition:
wimax-mac-header.cc:503
ns3::BandwidthRequestHeader::GetCid
Cid GetCid(void) const
Definition:
wimax-mac-header.cc:368
ns3::FragmentationSubheader::Deserialize
uint32_t Deserialize(Buffer::Iterator start)
Definition:
wimax-mac-header.cc:656
ns3::MacHeaderType::Deserialize
uint32_t Deserialize(Buffer::Iterator start)
Definition:
wimax-mac-header.cc:89
ns3::BandwidthRequestHeader::SetBr
void SetBr(uint32_t br)
Definition:
wimax-mac-header.cc:333
ns3::GenericMacHeader::~GenericMacHeader
~GenericMacHeader(void)
Definition:
wimax-mac-header.cc:114
ns3::GenericMacHeader::m_cid
Cid m_cid
Definition:
wimax-mac-header.h:124
ns3::GenericMacHeader::SetHcs
void SetHcs(uint8_t hcs)
Definition:
wimax-mac-header.cc:153
visualizer.core.start
def start
Definition:
core.py:1482
ns3::BandwidthRequestHeader::GetType
uint8_t GetType(void) const
Definition:
wimax-mac-header.cc:358
ns3::BandwidthRequestHeader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Definition:
wimax-mac-header.cc:390
ns3::FragmentationSubheader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Definition:
wimax-mac-header.cc:629
ns3::FragmentationSubheader::SetFc
void SetFc(uint8_t fc)
Definition:
wimax-mac-header.cc:590
ns3::BandwidthRequestHeader::m_hcs
uint8_t m_hcs
Definition:
wimax-mac-header.h:189
ns3::GenericMacHeader::SetEc
void SetEc(uint8_t ec)
Definition:
wimax-mac-header.cc:123
ns3::MacHeaderType::~MacHeaderType
virtual ~MacHeaderType(void)
Definition:
wimax-mac-header.cc:41
ns3::MacHeaderType::MacHeaderType
MacHeaderType(void)
Definition:
wimax-mac-header.cc:31
ns3::GenericMacHeader
this class implements the Generic mac Header as described by IEEE Standard for Local and metropolitan...
Definition:
wimax-mac-header.h:84
ns3::BandwidthRequestHeader::SetHcs
void SetHcs(uint8_t hcs)
Definition:
wimax-mac-header.cc:343
ns3::BandwidthRequestHeader::GetEc
uint8_t GetEc(void) const
Definition:
wimax-mac-header.cc:353
ns3::GenericMacHeader::m_type
uint8_t m_type
Definition:
wimax-mac-header.h:118
ns3::GenericMacHeader::GetType
uint8_t GetType(void) const
Definition:
wimax-mac-header.cc:168
ns3::Buffer::Iterator
iterator in a Buffer instance
Definition:
buffer.h:98
ns3::MacHeaderType::GetTypeId
static TypeId GetTypeId(void)
Definition:
wimax-mac-header.cc:64
ns3::GenericMacHeader::m_ht
uint8_t m_ht
Definition:
wimax-mac-header.h:116
ns3::BandwidthRequestHeader::SetHt
void SetHt(uint8_t HT)
Definition:
wimax-mac-header.cc:318
ns3::FragmentationSubheader::GetSerializedSize
uint32_t GetSerializedSize(void) const
Definition:
wimax-mac-header.cc:642
ns3::FragmentationSubheader::GetFc
uint8_t GetFc(void) const
Definition:
wimax-mac-header.cc:602
ns3::GenericMacHeader::Print
void Print(std::ostream &os) const
Definition:
wimax-mac-header.cc:214
ns3::GrantManagementSubheader::Deserialize
uint32_t Deserialize(Buffer::Iterator start)
Definition:
wimax-mac-header.cc:564
ns3::GrantManagementSubheader::GetTypeId
static TypeId GetTypeId(void)
Definition:
wimax-mac-header.cc:533
ns3::GenericMacHeader::GetSerializedSize
uint32_t GetSerializedSize(void) const
Definition:
wimax-mac-header.cc:221
ns3::GenericMacHeader::Deserialize
uint32_t Deserialize(Buffer::Iterator start)
Definition:
wimax-mac-header.cc:257
ns3::GenericMacHeader::GetCid
Cid GetCid(void) const
Definition:
wimax-mac-header.cc:188
ns3::FragmentationSubheader::GetFsn
uint8_t GetFsn(void) const
Definition:
wimax-mac-header.cc:608
ns3::GenericMacHeader::SetCid
void SetCid(Cid cid)
Definition:
wimax-mac-header.cc:148
ns3::GenericMacHeader::GetCi
uint8_t GetCi(void) const
Definition:
wimax-mac-header.cc:173
ns3::GrantManagementSubheader::SetPbr
void SetPbr(uint16_t pbr)
Definition:
wimax-mac-header.cc:508
ns3::GrantManagementSubheader::Print
void Print(std::ostream &os) const
Definition:
wimax-mac-header.cc:545
ns3::GrantManagementSubheader::GetPm
uint8_t GetPm(void) const
Definition:
wimax-mac-header.cc:518
ns3::GenericMacHeader::GetEc
uint8_t GetEc(void) const
Definition:
wimax-mac-header.cc:163
ns3::GrantManagementSubheader
Doxygen introspection did not find any typical Config paths.
Definition:
wimax-mac-header.h:208
ns3::GenericMacHeader::GetHt
uint8_t GetHt(void) const
Definition:
wimax-mac-header.cc:158
ns3::GrantManagementSubheader::m_pm
uint8_t m_pm
Definition:
wimax-mac-header.h:240
ns3::GrantManagementSubheader::GetPbr
uint16_t GetPbr(void) const
Definition:
wimax-mac-header.cc:523
ns3::FragmentationSubheader::SetFsn
void SetFsn(uint8_t fsn)
Definition:
wimax-mac-header.cc:596
ns3::GenericMacHeader::GetTypeId
static TypeId GetTypeId(void)
Definition:
wimax-mac-header.cc:203
ns3::FragmentationSubheader::Serialize
void Serialize(Buffer::Iterator start) const
Definition:
wimax-mac-header.cc:648
ns3::MacHeaderType
Represents the HT (Header Type) field of generic MAC and bandwidth request headers.
Definition:
wimax-mac-header.h:34
ns3::MacHeaderType::SetType
void SetType(uint8_t type)
Definition:
wimax-mac-header.cc:46
ns3::BandwidthRequestHeader::m_cid
Cid m_cid
Definition:
wimax-mac-header.h:188
ns3::MacHeaderType::GetName
std::string GetName(void) const
Definition:
wimax-mac-header.cc:58
ns3::FragmentationSubheader::m_fsn
uint8_t m_fsn
Definition:
wimax-mac-header.h:286
ns3::GenericMacHeader::m_len
uint16_t m_len
Definition:
wimax-mac-header.h:123
ns3::BandwidthRequestHeader::SetCid
void SetCid(Cid cid)
Definition:
wimax-mac-header.cc:338
ns3::BandwidthRequestHeader
this class implements the bandwidth-request mac Header as described by IEEE Standard for Local and me...
Definition:
wimax-mac-header.h:150
ns3::Cid
Definition:
cid.h:35
ns3::GrantManagementSubheader::SetSi
void SetSi(uint8_t si)
Definition:
wimax-mac-header.cc:498
ns3::BandwidthRequestHeader::Print
void Print(std::ostream &os) const
Definition:
wimax-mac-header.cc:395
ns3::BandwidthRequestHeader::m_type
uint8_t m_type
Definition:
wimax-mac-header.h:186
ns3::MacHeaderType::GetSerializedSize
uint32_t GetSerializedSize(void) const
Definition:
wimax-mac-header.cc:80
ns3::BandwidthRequestHeader::HEADER_TYPE_INCREMENTAL
Definition:
wimax-mac-header.h:155
ns3::GrantManagementSubheader::m_pbr
uint16_t m_pbr
Definition:
wimax-mac-header.h:241
ns3::GenericMacHeader::c_hcs
uint8_t c_hcs
Definition:
wimax-mac-header.h:126
ns3::GenericMacHeader::SetEks
void SetEks(uint8_t eks)
Definition:
wimax-mac-header.cc:138
ns3::GenericMacHeader::SetHt
void SetHt(uint8_t HT)
Definition:
wimax-mac-header.cc:118
ns3::FragmentationSubheader
this class implements the fragmentation sub-header as described by IEEE Standard for Local and metrop...
Definition:
wimax-mac-header.h:264
cid.h
ns3::GenericMacHeader::m_eks
uint8_t m_eks
Definition:
wimax-mac-header.h:121
ns3::MacHeaderType::HEADER_TYPE_BANDWIDTH
Definition:
wimax-mac-header.h:44
ns3::GenericMacHeader::GetHcs
uint8_t GetHcs(void) const
Definition:
wimax-mac-header.cc:193
ns3::BandwidthRequestHeader::m_br
uint32_t m_br
Definition:
wimax-mac-header.h:187
ns3::GenericMacHeader::GetEks
uint8_t GetEks(void) const
Definition:
wimax-mac-header.cc:178
ns3::BandwidthRequestHeader::GetBr
uint32_t GetBr(void) const
Definition:
wimax-mac-header.cc:363
ns3::GrantManagementSubheader::GetName
std::string GetName(void) const
Definition:
wimax-mac-header.cc:528
ns3::GenericMacHeader::m_ec
uint8_t m_ec
Definition:
wimax-mac-header.h:117
ns3::GenericMacHeader::GenericMacHeader
GenericMacHeader(void)
Definition:
wimax-mac-header.cc:99
ns3::FragmentationSubheader::~FragmentationSubheader
~FragmentationSubheader(void)
Definition:
wimax-mac-header.cc:585
ns3::BandwidthRequestHeader::m_ht
uint8_t m_ht
Definition:
wimax-mac-header.h:184
ns3::BandwidthRequestHeader::GetTypeId
static TypeId GetTypeId(void)
Definition:
wimax-mac-header.cc:383
ns3::MacHeaderType::GetType
uint8_t GetType(void) const
Definition:
wimax-mac-header.cc:52
ns3::MacHeaderType::m_type
uint8_t m_type
Definition:
wimax-mac-header.h:61
ns3::GenericMacHeader::SetCi
void SetCi(uint8_t ci)
Definition:
wimax-mac-header.cc:133
ns3::BandwidthRequestHeader::m_ec
uint8_t m_ec
Definition:
wimax-mac-header.h:185
ns3::FragmentationSubheader::FragmentationSubheader
FragmentationSubheader(void)
Definition:
wimax-mac-header.cc:579
ns3::BandwidthRequestHeader::HeaderType
HeaderType
Definition:
wimax-mac-header.h:153
ns3::GrantManagementSubheader::m_si
uint8_t m_si
Definition:
wimax-mac-header.h:239
ns3::GenericMacHeader::m_ci
uint8_t m_ci
Definition:
wimax-mac-header.h:120
ns3::BandwidthRequestHeader::Serialize
void Serialize(Buffer::Iterator start) const
Definition:
wimax-mac-header.cc:411
ns3::GenericMacHeader::m_esf
uint8_t m_esf
Definition:
wimax-mac-header.h:119
ns3::BandwidthRequestHeader::check_hcs
bool check_hcs(void) const
Definition:
wimax-mac-header.cc:477
ns3::GenericMacHeader::m_hcs
uint8_t m_hcs
Definition:
wimax-mac-header.h:125
ns3::GenericMacHeader::Serialize
void Serialize(Buffer::Iterator start) const
Definition:
wimax-mac-header.cc:226
ns3::MacHeaderType::Serialize
void Serialize(Buffer::Iterator start) const
Definition:
wimax-mac-header.cc:85
ns3::GrantManagementSubheader::GetSerializedSize
uint32_t GetSerializedSize(void) const
Definition:
wimax-mac-header.cc:551
ns3::GenericMacHeader::check_hcs
bool check_hcs(void) const
Definition:
wimax-mac-header.cc:294
ns3::BandwidthRequestHeader::GetHt
uint8_t GetHt(void) const
Definition:
wimax-mac-header.cc:348
ns3::BandwidthRequestHeader::Deserialize
uint32_t Deserialize(Buffer::Iterator start)
Definition:
wimax-mac-header.cc:440
ns3::GenericMacHeader::GetLen
uint16_t GetLen(void) const
Definition:
wimax-mac-header.cc:183
ns3::GrantManagementSubheader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Definition:
wimax-mac-header.cc:540
ns3::BandwidthRequestHeader::BandwidthRequestHeader
BandwidthRequestHeader(void)
Definition:
wimax-mac-header.cc:304
ns3::TypeId
a unique identifier for an interface.
Definition:
type-id.h:49
ns3::GenericMacHeader::GetName
std::string GetName(void) const
Definition:
wimax-mac-header.cc:198
ns3::BandwidthRequestHeader::GetSerializedSize
uint32_t GetSerializedSize(void) const
Definition:
wimax-mac-header.cc:403
ns3::FragmentationSubheader::Print
void Print(std::ostream &os) const
Definition:
wimax-mac-header.cc:635
ns3::GenericMacHeader::SetLen
void SetLen(uint16_t len)
Definition:
wimax-mac-header.cc:143
ns3::BandwidthRequestHeader::HEADER_TYPE_AGGREGATE
Definition:
wimax-mac-header.h:155
ns3::MacHeaderType::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Definition:
wimax-mac-header.cc:70
src
wimax
model
wimax-mac-header.h
Generated on Sat Apr 19 2014 14:07:13 for ns-3 by
1.8.6