A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
wave-mac-low.h
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 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: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
19
* Junling Bu <linlinjavaer@gmail.com>
20
*/
21
#ifndef WAVE_MAC_LOW_H
22
#define WAVE_MAC_LOW_H
23
24
#include "ns3/mac-low.h"
25
#include "ns3/msdu-aggregator.h"
26
#include "ns3/mpdu-aggregator.h"
27
#include "ns3/wifi-psdu.h"
28
#include "
wave-net-device.h
"
29
30
namespace
ns3
{
31
class
WaveNetDevice;
32
class
WifiMacQueueItem;
33
49
class
WaveMacLow
:
public
MacLow
50
{
51
public
:
56
static
TypeId
GetTypeId
(
void
);
57
WaveMacLow
();
58
virtual
~WaveMacLow
();
59
63
void
SetWaveNetDevice
(
Ptr<WaveNetDevice>
device);
64
73
virtual
void
StartTransmission
(
Ptr<WifiMacQueueItem>
mpdu,
74
MacLowTransmissionParameters
parameters,
75
Ptr<Txop>
txop);
76
private
:
85
virtual
WifiTxVector
GetDataTxVector
(
Ptr<const WifiMacQueueItem>
item)
const
;
86
87
Ptr<ChannelScheduler>
m_scheduler
;
88
Ptr<ChannelCoordinator>
m_coordinator
;
89
};
90
91
}
// namespace ns3
92
93
#endif
/* WAVE_MAC_LOW_H*/
ns3::Ptr< WaveNetDevice >
ns3::WaveMacLow
This class is the subclass of MacLow to provide support for MAC extension (1) allows higher layer con...
Definition:
wave-mac-low.h:49
ns3::WifiTxVector
This class mimics the TXVECTOR which is to be passed to the PHY in order to define the parameters whi...
Definition:
wifi-tx-vector.h:61
ns3::WaveMacLow::GetDataTxVector
virtual WifiTxVector GetDataTxVector(Ptr< const WifiMacQueueItem > item) const
Return a TXVECTOR for the DATA frame given the destination.
Definition:
wave-mac-low.cc:63
ns3::WaveMacLow::GetTypeId
static TypeId GetTypeId(void)
Get the type ID.
Definition:
wave-mac-low.cc:36
ns3::WaveMacLow::m_scheduler
Ptr< ChannelScheduler > m_scheduler
the channel scheduler
Definition:
wave-mac-low.h:87
ns3::MacLowTransmissionParameters
control how a packet is transmitted.
Definition:
mac-low-transmission-parameters.h:39
ns3::WaveMacLow::StartTransmission
virtual void StartTransmission(Ptr< WifiMacQueueItem > mpdu, MacLowTransmissionParameters parameters, Ptr< Txop > txop)
Definition:
wave-mac-low.cc:109
ns3::WaveMacLow::~WaveMacLow
virtual ~WaveMacLow()
Definition:
wave-mac-low.cc:49
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
wave-net-device.h
ns3::MacLow
handle RTS/CTS/DATA/ACK transactions.
Definition:
mac-low.h:59
ns3::WaveMacLow::m_coordinator
Ptr< ChannelCoordinator > m_coordinator
the channel coordinator
Definition:
wave-mac-low.h:88
ns3::WaveMacLow::WaveMacLow
WaveMacLow()
Definition:
wave-mac-low.cc:45
ns3::TypeId
a unique identifier for an interface.
Definition:
type-id.h:58
ns3::WaveMacLow::SetWaveNetDevice
void SetWaveNetDevice(Ptr< WaveNetDevice > device)
Definition:
wave-mac-low.cc:55
src
wave
model
wave-mac-low.h
Generated on Wed Aug 21 2019 03:38:24 for ns-3 by
1.8.14