|
WSF
|
#include <WsfEW_CoverPulseEffect.hpp>


Public Member Functions | |
| CoverPulseData () | |
| CoverPulseData & | operator= (const CoverPulseData &)=delete |
| ~CoverPulseData () 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_PulseEffect::PulseData | |
| PulseData () | |
| PulseData & | operator= (const PulseData &)=delete |
| ~PulseData () override=default | |
| bool | ProcessInput (UtInput &aInput) override |
| bool | Initialize (WsfSimulation &aSimulation) override |
| virtual | |
| EW_EffectData * | Clone () const override |
| void | Reset () override |
| bool | ExplicitJPD () const |
| double | GetJammerPulseDensity () const |
| void | SetJammerPulseDensity (double aJammerPulseDensity, bool aIsExplicit=false) |
| 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 | |
| bool | ProcessInput (UtInput &aInput) override |
| bool | Initialize (WsfSimulation &aSimulation) override |
| EW_EffectData * | Clone () const override |
| void | Reset () override |
| 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 | mCoverProbability |
| Probability of the effect being applied. | |
| double | mRequiredJtoS |
| Required J/S for the effect to be applied. | |
| 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 | |
| CoverPulseData (const CoverPulseData &aSrc)=default | |
| Protected Member Functions inherited from WsfEW_PulseEffect::PulseData | |
| PulseData (const PulseData &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_CoverPulseEffect::CoverPulseData::CoverPulseData | ( | ) |
References mCoverProbability, mRequiredJtoS, and WsfEW_PulseEffect::PulseData::PulseData().
Referenced by Clone(), CoverPulseData(), and operator=().
|
overridedefault |
References WsfEW_Types::EW_EffectData::EW_EffectData(), and Reset().
|
protecteddefault |
References CoverPulseData().
|
overridevirtual |
Implements WsfEW_Types::EW_EffectData.
References CoverPulseData().
|
overridevirtual |
Reimplemented from WsfEW_Types::EW_EffectData.
|
delete |
References CoverPulseData().
|
overridevirtual |
Reimplemented from WsfEW_Types::EW_EffectData.
References mCoverProbability, and mRequiredJtoS.
|
overridevirtual |
Reimplemented from WsfEW_Types::EW_EffectData.
References mCoverProbability, and mRequiredJtoS.
Referenced by ~CoverPulseData().
| double WsfEW_CoverPulseEffect::CoverPulseData::mCoverProbability |
Probability of the effect being applied.
Referenced by CoverPulseData(), ProcessInput(), and Reset().
| double WsfEW_CoverPulseEffect::CoverPulseData::mRequiredJtoS |
Required J/S for the effect to be applied.
Referenced by CoverPulseData(), ProcessInput(), and Reset().