A structure that holds the parameters for the function CheckLongTermUpdate. More...
Public Attributes | |
Ptr< ThreeGppSpectrumPropagationLossModel > | lossModel |
the ThreeGppSpectrumPropagationLossModel object used to compute the rx PSD | |
Ptr< PhasedArrayModel > | rxAntenna |
the antenna array of the rx device | |
Ptr< MobilityModel > | rxMob |
the mobility model of the rx device | |
Ptr< SpectrumValue > | rxPsdOld |
the previously received PSD | |
Ptr< PhasedArrayModel > | txAntenna |
the antenna array of the tx device | |
Ptr< MobilityModel > | txMob |
the mobility model of the tx device | |
Ptr< SpectrumSignalParameters > | txParams |
the params of the tx signal | |
A structure that holds the parameters for the function CheckLongTermUpdate.
In this way the problem with the limited number of parameters of method Schedule is avoided.
Definition at line 722 of file three-gpp-channel-test-suite.cc.
Ptr<ThreeGppSpectrumPropagationLossModel> CheckLongTermUpdateParams::lossModel |
the ThreeGppSpectrumPropagationLossModel object used to compute the rx PSD
Definition at line 725 of file three-gpp-channel-test-suite.cc.
Ptr<PhasedArrayModel> CheckLongTermUpdateParams::rxAntenna |
the antenna array of the rx device
Definition at line 731 of file three-gpp-channel-test-suite.cc.
Ptr<MobilityModel> CheckLongTermUpdateParams::rxMob |
the mobility model of the rx device
Definition at line 728 of file three-gpp-channel-test-suite.cc.
Ptr<SpectrumValue> CheckLongTermUpdateParams::rxPsdOld |
the previously received PSD
Definition at line 729 of file three-gpp-channel-test-suite.cc.
Ptr<PhasedArrayModel> CheckLongTermUpdateParams::txAntenna |
the antenna array of the tx device
Definition at line 730 of file three-gpp-channel-test-suite.cc.
Ptr<MobilityModel> CheckLongTermUpdateParams::txMob |
the mobility model of the tx device
Definition at line 727 of file three-gpp-channel-test-suite.cc.
Ptr<SpectrumSignalParameters> CheckLongTermUpdateParams::txParams |
the params of the tx signal
Definition at line 726 of file three-gpp-channel-test-suite.cc.