A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
vht-frame-exchange-manager.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2020 Universita' degli Studi di Napoli Federico II
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
* Author: Stefano Avallone <stavallo@unina.it>
7
*/
8
9
#ifndef VHT_FRAME_EXCHANGE_MANAGER_H
10
#define VHT_FRAME_EXCHANGE_MANAGER_H
11
12
#include "ns3/ht-frame-exchange-manager.h"
13
14
namespace
ns3
15
{
16
17
/**
18
* \ingroup wifi
19
*
20
* VhtFrameExchangeManager handles the frame exchange sequences
21
* for VHT stations.
22
*/
23
class
VhtFrameExchangeManager
:
public
HtFrameExchangeManager
24
{
25
public
:
26
/**
27
* \brief Get the type ID.
28
* \return the object TypeId
29
*/
30
static
TypeId
GetTypeId
();
31
VhtFrameExchangeManager
();
32
~VhtFrameExchangeManager
()
override
;
33
34
protected
:
35
Ptr<WifiPsdu>
GetWifiPsdu
(
Ptr<WifiMpdu>
mpdu,
const
WifiTxVector
& txVector)
const override
;
36
uint32_t
GetPsduSize
(
Ptr<const WifiMpdu>
mpdu,
const
WifiTxVector
& txVector)
const override
;
37
};
38
39
}
// namespace ns3
40
41
#endif
/* VHT_FRAME_EXCHANGE_MANAGER_H */
ns3::HtFrameExchangeManager
HtFrameExchangeManager handles the frame exchange sequences for HT stations.
Definition
ht-frame-exchange-manager.h:32
ns3::Ptr
Smart pointer class similar to boost::intrusive_ptr.
Definition
mpi-test-fixtures.h:37
ns3::TypeId
a unique identifier for an interface.
Definition
type-id.h:48
ns3::VhtFrameExchangeManager
VhtFrameExchangeManager handles the frame exchange sequences for VHT stations.
Definition
vht-frame-exchange-manager.h:24
ns3::VhtFrameExchangeManager::~VhtFrameExchangeManager
~VhtFrameExchangeManager() override
Definition
vht-frame-exchange-manager.cc:39
ns3::VhtFrameExchangeManager::GetTypeId
static TypeId GetTypeId()
Get the type ID.
Definition
vht-frame-exchange-manager.cc:25
ns3::VhtFrameExchangeManager::GetWifiPsdu
Ptr< WifiPsdu > GetWifiPsdu(Ptr< WifiMpdu > mpdu, const WifiTxVector &txVector) const override
Get a PSDU containing the given MPDU.
Definition
vht-frame-exchange-manager.cc:45
ns3::VhtFrameExchangeManager::VhtFrameExchangeManager
VhtFrameExchangeManager()
Definition
vht-frame-exchange-manager.cc:34
ns3::VhtFrameExchangeManager::GetPsduSize
uint32_t GetPsduSize(Ptr< const WifiMpdu > mpdu, const WifiTxVector &txVector) const override
Get the size in bytes of the given MPDU, which is to be transmitted with the given TXVECTOR.
Definition
vht-frame-exchange-manager.cc:51
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:101
uint32_t
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
wifi
model
vht
vht-frame-exchange-manager.h
Generated on Fri Nov 8 2024 13:59:08 for ns-3 by
1.11.0