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
send-params.cc
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2007,2008 INRIA
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
* Author: Jahanzeb Farooq <jahanzeb.farooq@sophia.inria.fr>
7
*/
8
9
#include "
send-params.h
"
10
11
#include "ns3/packet.h"
12
13
namespace
ns3
14
{
15
16
SendParams::SendParams
()
17
{
18
}
19
20
SendParams::~SendParams
()
21
{
22
}
23
24
// -----------------------------------------
25
26
OfdmSendParams::OfdmSendParams
(
Ptr<PacketBurst>
burst, uint8_t modulationType, uint8_t direction)
27
:
SendParams
(),
28
m_burst(burst),
29
m_modulationType(modulationType),
30
m_direction(direction)
31
{
32
}
33
34
OfdmSendParams::~OfdmSendParams
()
35
{
36
}
37
38
}
// namespace ns3
ns3::OfdmSendParams::~OfdmSendParams
~OfdmSendParams() override
Definition
send-params.cc:34
ns3::OfdmSendParams::OfdmSendParams
OfdmSendParams(Ptr< PacketBurst > burst, uint8_t modulationType, uint8_t direction)
Constructor.
Definition
send-params.cc:26
ns3::Ptr
Smart pointer class similar to boost::intrusive_ptr.
Definition
mpi-test-fixtures.h:37
ns3::SendParams
The SendParams class defines the parameters with which Send() function of a particular PHY is called.
Definition
send-params.h:31
ns3::SendParams::SendParams
SendParams()
Definition
send-params.cc:16
ns3::SendParams::~SendParams
virtual ~SendParams()
Definition
send-params.cc:20
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
send-params.h
src
wimax
model
send-params.cc
Generated on Fri Nov 8 2024 13:59:09 for ns-3 by
1.11.0