|
WSF
|
#include <WsfEW_PolModEffect.hpp>


Public Member Functions | |
| PolModData () | |
| PolModData & | operator= (const PolModData &)=delete |
| ~PolModData () override=default | |
| bool | ProcessInput (UtInput &aInput) override |
| bool | Initialize (WsfSimulation &aSimulation) override |
| EW_EffectData * | Clone () const override |
| void | Reset () override |
| Public Member Functions inherited from WsfEW_SLC_DegradeEffect::SLC_DegradeData | |
| SLC_DegradeData () | |
| SLC_DegradeData & | operator= (const SLC_DegradeData &)=delete |
| ~SLC_DegradeData () override=default | |
| bool | ProcessInput (UtInput &aInput) override |
| bool | Initialize (WsfSimulation &aSimulation) override |
| virtual | |
| EW_EffectData * | Clone () const override |
| void | Reset () override |
| Public Member Functions inherited from WsfEW_PowerEffect::PowerData | |
| PowerData () | |
| PowerData & | operator= (const PowerData &)=delete |
| ~PowerData () override=default | |
| Public Member Functions inherited from WsfEW_RepeaterEffect::RepeaterEffectData | |
| RepeaterEffectData () | |
| RepeaterEffectData & | operator= (const RepeaterEffectData &)=delete |
| ~RepeaterEffectData () override=default | |
| Public Member Functions inherited from WsfEW_RadiusEffect::RadiusData | |
| RadiusData () | |
| RadiusData & | operator= (const RadiusData &)=delete |
| ~RadiusData () override=default | |
| double | GetRadiusFactor (RadiusLimitType aJRL_Type) const |
| void | SetRadiusFactor (unsigned int aJRL_Mask, double aRadiusFactor) |
| int | GetRadiusLimitMask () const |
| Public Member Functions inherited from WsfEW_Effect::EffectData | |
| EffectData ()=default | |
| EffectData & | operator= (const EffectData &)=delete |
| ~EffectData () override=default | |
| WsfEW_Effect * | GetEffectPtr () |
| void | SetEffectPtr (WsfEW_Effect *aEffectPtr) |
| Public Member Functions inherited from WsfEW_Types::EW_EffectData | |
| EW_EffectData ()=default | |
| virtual | ~EW_EffectData ()=default |
Public Attributes | |
| double | mPolSwitchRate |
| Public Attributes inherited from WsfEW_SLC_DegradeEffect::SLC_DegradeData | |
| WsfEW_Effect::ModulationType | mModulation |
| Signal modulation output type. | |
| SLC_DegradeEffect | mPolModEffect |
| Effect that the SLC degrade technique exhibits. | |
| double | mSLC_DegradationValue |
| Degradation value of this effect. | |
| int | mSLC_ChannelsSaturated |
| Number of SLC channels occupied by this effect. | |
| Public Attributes inherited from WsfEW_PowerEffect::PowerData | |
| double | mJammingPowerGain |
| double | mModulationGain |
| JtoXGainTable | mJtoSGainTable |
| Table is modulation gain vs. j-to-s ratio. | |
| double | mSignalPowerGain |
| double | mRcvrNoiseGain |
| Public Attributes inherited from WsfEW_RepeaterEffect::RepeaterEffectData | |
| ControlMethod | mControlMethod |
| double | mMinimumGainFactor |
| double | mMaximumGainFactor |
| int | mGainControlTypeMask |
| double | mDesiredJtoN |
| double | mDesiredJtoS |
| double | mDesiredFT_RCS |
| bool | mExplicitDesiredFT_RCS |
| double | mMaskingFactor |
| double | mMinDetectFactor |
Protected Member Functions | |
| PolModData (const PolModData &aSrc)=default | |
| Protected Member Functions inherited from WsfEW_SLC_DegradeEffect::SLC_DegradeData | |
| SLC_DegradeData (const SLC_DegradeData &aSrc)=default | |
| Protected Member Functions inherited from WsfEW_PowerEffect::PowerData | |
| PowerData (const PowerData &aSrc)=default | |
| Protected Member Functions inherited from WsfEW_RepeaterEffect::RepeaterEffectData | |
| RepeaterEffectData (const RepeaterEffectData &aSrc)=default | |
| void | AddGainControlType (GainControlType aGainControlType) |
| void | SetGainControlType (GainControlType aGainControlType) |
| Protected Member Functions inherited from WsfEW_RadiusEffect::RadiusData | |
| RadiusData (const RadiusData &aSrc)=default | |
| Protected Member Functions inherited from WsfEW_Effect::EffectData | |
| EffectData (const EffectData &aSrc) | |
| Protected Member Functions inherited from WsfEW_Types::EW_EffectData | |
| EW_EffectData (const EW_EffectData &aSrc)=default | |
| WsfEW_PolModEffect::PolModData::PolModData | ( | ) |
References mPolSwitchRate, and WsfEW_SLC_DegradeEffect::SLC_DegradeData::SLC_DegradeData().
Referenced by Clone(), operator=(), and PolModData().
|
overridedefault |
References WsfEW_Types::EW_EffectData::EW_EffectData(), and Reset().
|
protecteddefault |
References PolModData().
|
overridevirtual |
Reimplemented from WsfEW_Effect::EffectData.
References PolModData().
|
overridevirtual |
Reimplemented from WsfEW_Effect::EffectData.
|
delete |
References PolModData().
|
overridevirtual |
Reimplemented from WsfEW_Effect::EffectData.
References mPolSwitchRate.
|
overridevirtual |
Reimplemented from WsfEW_Effect::EffectData.
References mPolSwitchRate.
Referenced by ~PolModData().
| double WsfEW_PolModEffect::PolModData::mPolSwitchRate |
Switching rate of the polarization modulation (Hz) default 1/radar_pulsewidth
Referenced by PolModData(), ProcessInput(), and Reset().