A Discrete-Event Network Simulator
API
CheckLongTermUpdateParams Struct Reference

A structure that holds the parameters for the function CheckLongTermUpdate. More...

+ Collaboration diagram for CheckLongTermUpdateParams:

Public Attributes

Ptr< ThreeGppSpectrumPropagationLossModellossModel
 the ThreeGppSpectrumPropagationLossModel object used to compute the rx PSD More...
 
Ptr< PhasedArrayModelrxAntenna
 the antenna array of the rx device More...
 
Ptr< MobilityModelrxMob
 the mobility model of the rx device More...
 
Ptr< SpectrumValuerxPsdOld
 the previously received PSD More...
 
Ptr< PhasedArrayModeltxAntenna
 the antenna array of the tx device More...
 
Ptr< MobilityModeltxMob
 the mobility model of the tx device More...
 
Ptr< SpectrumSignalParameterstxParams
 the params of the tx signal More...
 

Detailed Description

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 444 of file three-gpp-channel-test-suite.cc.

Member Data Documentation

◆ lossModel

Ptr<ThreeGppSpectrumPropagationLossModel> CheckLongTermUpdateParams::lossModel

the ThreeGppSpectrumPropagationLossModel object used to compute the rx PSD

Definition at line 447 of file three-gpp-channel-test-suite.cc.

Referenced by ThreeGppSpectrumPropagationLossModelTest::CheckLongTermUpdate().

◆ rxAntenna

Ptr<PhasedArrayModel> CheckLongTermUpdateParams::rxAntenna

the antenna array of the rx device

Definition at line 453 of file three-gpp-channel-test-suite.cc.

Referenced by ThreeGppSpectrumPropagationLossModelTest::CheckLongTermUpdate().

◆ rxMob

Ptr<MobilityModel> CheckLongTermUpdateParams::rxMob

the mobility model of the rx device

Definition at line 450 of file three-gpp-channel-test-suite.cc.

Referenced by ThreeGppSpectrumPropagationLossModelTest::CheckLongTermUpdate().

◆ rxPsdOld

Ptr<SpectrumValue> CheckLongTermUpdateParams::rxPsdOld

the previously received PSD

Definition at line 451 of file three-gpp-channel-test-suite.cc.

Referenced by ThreeGppSpectrumPropagationLossModelTest::CheckLongTermUpdate().

◆ txAntenna

Ptr<PhasedArrayModel> CheckLongTermUpdateParams::txAntenna

the antenna array of the tx device

Definition at line 452 of file three-gpp-channel-test-suite.cc.

Referenced by ThreeGppSpectrumPropagationLossModelTest::CheckLongTermUpdate().

◆ txMob

Ptr<MobilityModel> CheckLongTermUpdateParams::txMob

the mobility model of the tx device

Definition at line 449 of file three-gpp-channel-test-suite.cc.

Referenced by ThreeGppSpectrumPropagationLossModelTest::CheckLongTermUpdate().

◆ txParams

Ptr<SpectrumSignalParameters> CheckLongTermUpdateParams::txParams

the params of the tx signal

Definition at line 448 of file three-gpp-channel-test-suite.cc.

Referenced by ThreeGppSpectrumPropagationLossModelTest::CheckLongTermUpdate().


The documentation for this struct was generated from the following file: