ns-3
|
#include <half-duplex-ideal-phy-signal-parameters.h>
Public Member Functions | |
virtual Ptr < SpectrumSignalParameters > | Copy () |
HalfDuplexIdealPhySignalParameters () | |
HalfDuplexIdealPhySignalParameters (const HalfDuplexIdealPhySignalParameters &p) | |
![]() | |
SpectrumSignalParameters () | |
virtual | ~SpectrumSignalParameters () |
SpectrumSignalParameters (const SpectrumSignalParameters &p) | |
![]() | |
SimpleRefCount (const SimpleRefCount &o) | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
uint32_t | GetReferenceCount (void) const |
Public Attributes | |
Ptr< Packet > | data |
![]() | |
Ptr< SpectrumValue > | psd |
Time | duration |
Ptr< SpectrumPhy > | txPhy |
Ptr< AntennaModel > | txAntenna |
Signal parameters for HalfDuplexIdealPhy
ns3::HalfDuplexIdealPhySignalParameters::HalfDuplexIdealPhySignalParameters | ( | ) |
default constructor
References NS_LOG_FUNCTION.
ns3::HalfDuplexIdealPhySignalParameters::HalfDuplexIdealPhySignalParameters | ( | const HalfDuplexIdealPhySignalParameters & | p | ) |
copy constructor
References ns3::Packet::Copy(), data, and NS_LOG_FUNCTION.
|
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().