A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
half-duplex-ideal-phy-signal-parameters.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2009 CTTC
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Nicola Baldo <nbaldo@cttc.es>
7 */
8
9#ifndef HALF_DUPLEX_IDEAL_PHY_SPECTRUM_PARAMETERS_H
10#define HALF_DUPLEX_IDEAL_PHY_SPECTRUM_PARAMETERS_H
11
13
14namespace ns3
15{
16
17class Packet;
18
19/**
20 * \ingroup spectrum
21 *
22 * Signal parameters for HalfDuplexIdealPhy
23 */
25{
26 Ptr<SpectrumSignalParameters> Copy() const override;
27
28 /**
29 * default constructor
30 */
32
33 /**
34 * copy constructor
35 * \param p object to copy
36 */
38
39 /**
40 * The data packet being transmitted with this signal
41 */
43};
44
45} // namespace ns3
46
47#endif /* HALF_DUPLEX_IDEAL_PHY_SPECTRUM_PARAMETERS_H */
Smart pointer class similar to boost::intrusive_ptr.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Ptr< SpectrumSignalParameters > Copy() const override
make a "virtual" copy of this class, where "virtual" refers to the fact that if the actual object is ...
Ptr< Packet > data
The data packet being transmitted with this signal.
This struct provides the generic signal representation to be used by all wireless technologies.