Class JammingTechnique
java.lang.Object
edu.nps.moves.dis7.pdus.JammingTechnique
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AGCandGateStealer
,AGCandRGPO
,AGCandRGPOandVGPO
,AGCandVGPO
,AmplitudeModulationAMNoise
,Analyzer
,Angle
,AngleandBarrage
,AngleandFalseTarget
,AngleandFMbyNoise
,AngleandGateStealer
,AngleandNoise
,AngleandPseudorandomAM
,AngleandRandomRangeProgramsRANRAP
,AngleandSpot
,AngleandVelocity
,AngleandVelocityFalseTargetsVFT
,AngleGateWalkOff
,AutomaticGainControlAGC
,AutomaticSpotNoiseASJ
,BarrageandInverseGain
,BarrageandSSW
,BarrageNoise
,BistaticClutter
,BlinkingSpotNoise
,BurstSpotNoise
,ChirpGateStealerCGS
,Click
,CoherentFalseTargets
,Colinear
,Comb
,ConstantFalseAlarmRate
,ContinuousWaveRepeater
,CooperativeAngleCAJ
,CooperativeBlinkedNoiseCBN
,CrossEye
,CrossPolarization
,CrossPolarizationandRangeGatePullOffRGPO
,CrossPolarizationandVelocityGatePullOffVGPO
,CrossPolarizationRGPOandVGPO
,Deception
,DeceptionandNoise
,Delta
,DopplerNoise
,DopplerSpotNoise
,DoubleCross
,DownLink
,DRFMLevelA
,DRFMLevelB
,DRFMLevelC
,DRFMLevelD
,DRFMLevelE
,FalseDopplerTargetFDT
,FalseTarget
,FalseTargetDeceptionandSweptNoise
,FigureEight
,FMbyNoiseandInverseGain
,FMbyNoiseandSSW
,FrequencyModulationFMbyNoise
,FrequencySwept
,GateStealer
,GateStealerandNoise
,GateStealerandRepeater
,GlintEnhance
,ImageFrequency
,ImpulseNoise
,InverseGainakaInverseAmplitude
,InverseGainandLowLevelNoise
,InverseGainandPseudorandomAM
,InverseGainandRGPO
,InverseGainandRGPOandVGPO
,InverseGainandSpotNoise
,InverseGainandVBM
,InverseGainandVFT
,InverseGainandVGPO
,JitteredPulseRepetitionFrequency
,JitteredPulseWidth
,LowLevelNoiseandRGPO
,LowLevelNoiseandVGPO
,MultipleFalseTargets
,MultipleFrequencyRepeaterMFR
,NarrowbandRepeaterNoise
,NarrowBandRepeaterNoiseNBRN
,Noise
,NoiseandRGPO
,NoiseandVGPO
,PartialBand
,PseudorandomAM
,PseudorandomAMandSSW
,PseudorandomNoisePRN
,Pulse
,PulseCompressionDeception
,PulseNoise
,QuasiNoiseakaPseudorandom
,RandomDopplerRD
,RandomRangeProgramsRANRAP
,RangeBinMaskingRBMakaCoverPulse
,RangeBinMaskingwithVelocityBinMasking
,RangeFalseTargetsRFT
,RangeFalseTargetsRFTandInverseGain
,RangeGatePullOffRGPO
,RANRAPandSSW
,Refraction
,Repeater
,RepeaterDigitalRadioFrequencyMemoryDRFM
,RepeaterNoise
,RepeaterNoise
,RepeaterSweptAmplitudeModulationRSAM
,RepeaterSweptAmplitudeModulationRSAMandVGPO
,RFTandSSW
,RGPOandSSW
,RGPOandVGPO
,Scintillation
,SeaBounced
,Serrodyne
,SkirtFrequency
,SourceNoise
,Special
,SpotandSSW
,SpotNoise
,SSWandVBM
,SSWandVFT
,SSWandVGPO
,SuperJam
,SweptAM
,SweptNoiseakaSweptSpotNoiseSweep
,SweptSquareWaveSSW
,TerrainBounce
,Transponder
,Velocity
,VelocityBinMaskingVBM
,VelocityFalseTargetsVFT
,VGPOakaVelocityGateStealerVGS
,WideBandRepeaterNoise
Jamming technique. Section 6.2.49, uid 284
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte
category is an undescribed parameter...protected byte
kind is an undescribed parameter...protected byte
specific is an undescribed parameter...protected byte
subCategory is an undescribed parameter... -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
equalsImpl
(Object obj) Compare all fields that contribute to the state, ignoring transient and static fields, forthis
and the supplied objectbyte
Getter forcategory
byte
getKind()
Getter forkind
int
Returns size of this serialized (marshalled) object in bytesbyte
Getter forspecific
byte
Getter forsubCategory
int
hashCode()
void
marshal
(DataOutputStream dos) Serializes an object to a DataOutputStream.void
marshal
(ByteBuffer byteBuffer) Packs an object into the ByteBuffer.setCategory
(byte pCategory) Setter forcategory
setCategory
(int pCategory) Utility setter forcategory
setKind
(byte pKind) Setter forkind
setKind
(int pKind) Utility setter forkind
setSpecific
(byte pSpecific) Setter forspecific
setSpecific
(int pSpecific) Utility setter forspecific
setSubCategory
(byte pSubCategory) Setter forsubCategory
setSubCategory
(int pSubCategory) Utility setter forsubCategory
toString()
int
unmarshal
(DataInputStream dis) Deserializes an object from a DataInputStream.int
unmarshal
(ByteBuffer byteBuffer) Unpacks a Pdu from the underlying data.
-
Field Details
-
kind
protected byte kindkind is an undescribed parameter... -
category
protected byte categorycategory is an undescribed parameter... -
subCategory
protected byte subCategorysubCategory is an undescribed parameter... -
specific
protected byte specificspecific is an undescribed parameter...
-
-
Constructor Details
-
JammingTechnique
public JammingTechnique()Constructor creates and configures a new instance object
-
-
Method Details
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Returns:
- serialized size in bytes
- See Also:
-
setKind
Setter forkind
- Parameters:
pKind
- new value of interest- Returns:
- same object to permit progressive setters
-
setKind
Utility setter forkind
- Parameters:
pKind
- new value of interest- Returns:
- same object to permit progressive setters
-
getKind
-
setCategory
Setter forcategory
- Parameters:
pCategory
- new value of interest- Returns:
- same object to permit progressive setters
-
setCategory
Utility setter forcategory
- Parameters:
pCategory
- new value of interest- Returns:
- same object to permit progressive setters
-
getCategory
-
setSubCategory
Setter forsubCategory
- Parameters:
pSubCategory
- new value of interest- Returns:
- same object to permit progressive setters
-
setSubCategory
Utility setter forsubCategory
- Parameters:
pSubCategory
- new value of interest- Returns:
- same object to permit progressive setters
-
getSubCategory
-
setSpecific
Setter forspecific
- Parameters:
pSpecific
- new value of interest- Returns:
- same object to permit progressive setters
-
setSpecific
Utility setter forspecific
- Parameters:
pSpecific
- new value of interest- Returns:
- same object to permit progressive setters
-
getSpecific
-
marshal
Serializes an object to a DataOutputStream.- Parameters:
dos
- the OutputStream- Throws:
Exception
- if something goes wrong- See Also:
-
unmarshal
Deserializes an object from a DataInputStream.- Parameters:
dis
- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception
- if something goes wrong- See Also:
-
marshal
Packs an object into the ByteBuffer.- Parameters:
byteBuffer
- The ByteBuffer at the position to begin writing- Throws:
BufferOverflowException
- if byteBuffer is too smallReadOnlyBufferException
- if byteBuffer is read onlyException
- ByteBuffer-generated exception- See Also:
-
unmarshal
Unpacks a Pdu from the underlying data.- Parameters:
byteBuffer
- The ByteBuffer at the position to begin reading- Returns:
- marshalled serialized size in bytes
- Throws:
BufferUnderflowException
- if byteBuffer is too smallException
- ByteBuffer-generated exception- See Also:
-
equals
-
equalsImpl
Compare all fields that contribute to the state, ignoring transient and static fields, forthis
and the supplied object- Parameters:
obj
- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
-
hashCode
-