|
ns-3
|
#include <half-duplex-ideal-phy-signal-parameters.h>


Public Member Functions | |
| virtual Ptr < SpectrumSignalParameters > | Copy () |
| HalfDuplexIdealPhySignalParameters () | |
| HalfDuplexIdealPhySignalParameters (const HalfDuplexIdealPhySignalParameters &p) | |
Public Attributes | |
| Ptr< Packet > | data |
Signal parameters for HalfDuplexIdealPhy
default constructor
References NS_LOG_FUNCTION.
| ns3::HalfDuplexIdealPhySignalParameters::HalfDuplexIdealPhySignalParameters | ( | const HalfDuplexIdealPhySignalParameters & | p | ) |
copy constructor
References ns3::Packet::Copy(), data, and NS_LOG_FUNCTION.
| Ptr< SpectrumSignalParameters > ns3::HalfDuplexIdealPhySignalParameters::Copy | ( | void | ) | [virtual] |
make a "virtual" copy of this class, where "virtual" refers to the fact that if the actual object is a derived class of SpectrumSignalParameters, then the copy is also a derived class of the same type. Each class inheriting from SpectrumSignalParameters should override this method and use it to call the copy constructor of the derived class.
Reimplemented from ns3::SpectrumSignalParameters.
References NS_LOG_FUNCTION.
The data packet being transmitted with this signal
Referenced by HalfDuplexIdealPhySignalParameters().