Struct for storing the information for SatPhyRxCarrierConf. More...
#include "satellite-phy-rx-carrier-conf.h"
Public Member Functions | |
| RxCarrierCreateParams_s () | |
Public Attributes | |
| double | m_aciIfWrtNoiseFactor |
| SatTypedefs::CarrierBandwidthConverter_t | m_bwConverter |
| uint32_t | m_carrierCount |
| Ptr< SatChannelEstimationErrorContainer > | m_cec |
| SatEnums::ChannelType_t | m_chType |
| double | m_daConstantErrorRate |
| InterferenceModel | m_daIfModel |
| ErrorModel | m_errorModel |
| double | m_extNoiseDensityWhz |
| SatEnums::RegenerationMode_t | m_linkRegenerationMode |
| RandomAccessCollisionModel | m_raCollisionModel |
| double | m_raConstantErrorRate |
| InterferenceEliminationModel | m_raIfEliminateModel |
| InterferenceModel | m_raIfModel |
| SatEnums::RandomAccessModel_t | m_randomAccessModel |
| RxMode | m_rxMode |
| double | m_rxTemperatureK |
Struct for storing the information for SatPhyRxCarrierConf.
| rxTemperatureK | RX noise temperature in Kelvins |
| m_aciIfWrtNoiseFactor | Adjacent channel interference wrt noise factor |
| errorModel | Used error model |
| daIfModel | Used interference model for dedicated access |
| raIfModel | Used interference model for random access |
| raIfEliminateModel | Used interference elimination model for random access |
| rxMode | RX mode used in carrier |
| chType | RX channel type |
| converter | Bandwidth converter |
| carrierCount | carrier count |
| cec | Channel estimation error container |
Definition at line 122 of file satellite-phy-rx-carrier-conf.h.
|
inline |
Definition at line 142 of file satellite-phy-rx-carrier-conf.h.
| double RxCarrierCreateParams_s::m_aciIfWrtNoiseFactor |
Definition at line 126 of file satellite-phy-rx-carrier-conf.h.
| SatTypedefs::CarrierBandwidthConverter_t RxCarrierCreateParams_s::m_bwConverter |
Definition at line 135 of file satellite-phy-rx-carrier-conf.h.
| uint32_t RxCarrierCreateParams_s::m_carrierCount |
Definition at line 136 of file satellite-phy-rx-carrier-conf.h.
| Ptr<SatChannelEstimationErrorContainer> RxCarrierCreateParams_s::m_cec |
Definition at line 137 of file satellite-phy-rx-carrier-conf.h.
| SatEnums::ChannelType_t RxCarrierCreateParams_s::m_chType |
Definition at line 133 of file satellite-phy-rx-carrier-conf.h.
| double RxCarrierCreateParams_s::m_daConstantErrorRate |
Definition at line 128 of file satellite-phy-rx-carrier-conf.h.
| InterferenceModel RxCarrierCreateParams_s::m_daIfModel |
Definition at line 129 of file satellite-phy-rx-carrier-conf.h.
| ErrorModel RxCarrierCreateParams_s::m_errorModel |
Definition at line 127 of file satellite-phy-rx-carrier-conf.h.
| double RxCarrierCreateParams_s::m_extNoiseDensityWhz |
Definition at line 125 of file satellite-phy-rx-carrier-conf.h.
| SatEnums::RegenerationMode_t RxCarrierCreateParams_s::m_linkRegenerationMode |
Definition at line 134 of file satellite-phy-rx-carrier-conf.h.
| RandomAccessCollisionModel RxCarrierCreateParams_s::m_raCollisionModel |
Definition at line 138 of file satellite-phy-rx-carrier-conf.h.
| double RxCarrierCreateParams_s::m_raConstantErrorRate |
Definition at line 139 of file satellite-phy-rx-carrier-conf.h.
| InterferenceEliminationModel RxCarrierCreateParams_s::m_raIfEliminateModel |
Definition at line 131 of file satellite-phy-rx-carrier-conf.h.
| InterferenceModel RxCarrierCreateParams_s::m_raIfModel |
Definition at line 130 of file satellite-phy-rx-carrier-conf.h.
| SatEnums::RandomAccessModel_t RxCarrierCreateParams_s::m_randomAccessModel |
Definition at line 140 of file satellite-phy-rx-carrier-conf.h.
| RxMode RxCarrierCreateParams_s::m_rxMode |
Definition at line 132 of file satellite-phy-rx-carrier-conf.h.
| double RxCarrierCreateParams_s::m_rxTemperatureK |
Definition at line 124 of file satellite-phy-rx-carrier-conf.h.