Signal parameters for Lte DL Ctrl Frame (RS, PCFICH and PDCCH) More...
#include "lte-spectrum-signal-parameters.h"
Public Member Functions | |
LteSpectrumSignalParametersDlCtrlFrame () | |
default constructor | |
LteSpectrumSignalParametersDlCtrlFrame (const LteSpectrumSignalParametersDlCtrlFrame &p) | |
copy constructor | |
Ptr< SpectrumSignalParameters > | Copy () const override |
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. | |
Public Member Functions inherited from ns3::SpectrumSignalParameters | |
SpectrumSignalParameters () | |
default constructor | |
SpectrumSignalParameters (const SpectrumSignalParameters &p) | |
copy constructor | |
virtual | ~SpectrumSignalParameters () |
destructor | |
Public Member Functions inherited from ns3::SimpleRefCount< SpectrumSignalParameters > | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
Public Attributes | |
uint16_t | cellId |
cell ID | |
std::list< Ptr< LteControlMessage > > | ctrlMsgList |
control message list | |
bool | pss |
primary synchronization signal | |
Public Attributes inherited from ns3::SpectrumSignalParameters | |
Time | duration |
The duration of the packet transmission. | |
Ptr< const ComplexMatrixArray > | precodingMatrix |
The 3D precoding matrix where the dimensions are: the number of TX ports, the number of TX streams, the number of RBs. | |
Ptr< SpectrumValue > | psd |
The Power Spectral Density of the waveform, in linear units. | |
Ptr< const ComplexMatrixArray > | spectrumChannelMatrix |
The 3D channel matrix where the dimensions are: the number of RX ports, the number of TX Ports, the number of resource blocks (RBs). | |
Ptr< AntennaModel > | txAntenna |
The AntennaModel instance that was used to transmit this signal. | |
Ptr< SpectrumPhy > | txPhy |
The SpectrumPhy instance that is making the transmission. | |
Signal parameters for Lte DL Ctrl Frame (RS, PCFICH and PDCCH)
Definition at line 86 of file lte-spectrum-signal-parameters.h.
ns3::LteSpectrumSignalParametersDlCtrlFrame::LteSpectrumSignalParametersDlCtrlFrame | ( | ) |
default constructor
Definition at line 67 of file lte-spectrum-signal-parameters.cc.
References NS_LOG_FUNCTION.
ns3::LteSpectrumSignalParametersDlCtrlFrame::LteSpectrumSignalParametersDlCtrlFrame | ( | const LteSpectrumSignalParametersDlCtrlFrame & | p | ) |
copy constructor
p | the LteSpectrumSignalParametersDlCtrlFrame to copy |
Definition at line 72 of file lte-spectrum-signal-parameters.cc.
References cellId, ctrlMsgList, NS_LOG_FUNCTION, and pss.
|
overridevirtual |
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.
Definition at line 83 of file lte-spectrum-signal-parameters.cc.
References ns3::Create(), and NS_LOG_FUNCTION.
uint16_t ns3::LteSpectrumSignalParametersDlCtrlFrame::cellId |
cell ID
Definition at line 103 of file lte-spectrum-signal-parameters.h.
Referenced by LteSpectrumSignalParametersDlCtrlFrame().
std::list<Ptr<LteControlMessage> > ns3::LteSpectrumSignalParametersDlCtrlFrame::ctrlMsgList |
control message list
Definition at line 101 of file lte-spectrum-signal-parameters.h.
Referenced by LteSpectrumSignalParametersDlCtrlFrame().
bool ns3::LteSpectrumSignalParametersDlCtrlFrame::pss |
primary synchronization signal
Definition at line 104 of file lte-spectrum-signal-parameters.h.
Referenced by LteSpectrumSignalParametersDlCtrlFrame().