A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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
Ptr< PhasedArrayModelrxAntenna
 the antenna array of the rx device
Ptr< MobilityModelrxMob
 the mobility model of the rx device
Ptr< SpectrumValuerxPsdOld
 the previously received PSD
Ptr< const ComplexMatrixArrayrxSpectrumChannelMatrix
 the spectrum channel matrix of the received signal
Ptr< PhasedArrayModeltxAntenna
 the antenna array of the tx device
Ptr< MobilityModeltxMob
 the mobility model of the tx device
Ptr< SpectrumSignalParameterstxParams
 the params of the tx signal

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

◆ rxAntenna

Ptr<PhasedArrayModel> CheckLongTermUpdateParams::rxAntenna

the antenna array of the rx device

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

◆ rxMob

Ptr<MobilityModel> CheckLongTermUpdateParams::rxMob

the mobility model of the rx device

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

◆ rxPsdOld

Ptr<SpectrumValue> CheckLongTermUpdateParams::rxPsdOld

the previously received PSD

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

◆ rxSpectrumChannelMatrix

Ptr<const ComplexMatrixArray> CheckLongTermUpdateParams::rxSpectrumChannelMatrix

the spectrum channel matrix of the received signal

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

◆ txAntenna

Ptr<PhasedArrayModel> CheckLongTermUpdateParams::txAntenna

the antenna array of the tx device

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

◆ txMob

Ptr<MobilityModel> CheckLongTermUpdateParams::txMob

the mobility model of the tx device

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

◆ txParams

Ptr<SpectrumSignalParameters> CheckLongTermUpdateParams::txParams

the params of the tx signal

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


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