|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.dis7mobile.BeamAntennaPattern
public class BeamAntennaPattern
Used when the antenna pattern type field has a value of 1. Specifies the direction, pattern, and polarization of radiation from an antenna. Section 6.2.9.2 Copyright (c) 2008-2010, MOVES Institute, Naval Postgraduate School. All rights reserved. This work is licensed under the BSD open source license, available at https://www.movesinstitute.org/licenses/bsd.html
Field Summary | |
---|---|
protected float |
azimuthBeamwidth
|
protected EulerAngles |
beamDirection
The rotation that transforms the reference coordinate sytem into the beam coordinate system. |
protected float |
elevationBeamwidth
|
protected float |
ex
This field shall specify the magnitude of the X-component (in beam coordinates) of the Electri- cal field at some arbitrary single point in the main beam and in the far field of the antenna. |
protected float |
ez
This field shall specify the magnitude of the Z-component (in beam coordinates) of the Electrical field at some arbitrary single point in the main beam and in the far field of the antenna. |
protected short |
padding1
|
protected int |
padding2
|
protected long |
padding3
padding |
protected float |
phase
This field shall specify the phase angle between EZ and EX in radians. |
protected float |
referenceSystem
|
Constructor Summary | |
---|---|
BeamAntennaPattern()
Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
boolean |
equalsImpl(java.lang.Object obj)
Compare all fields that contribute to the state, ignoring transient and static fields, for this and the supplied object |
float |
getAzimuthBeamwidth()
|
EulerAngles |
getBeamDirection()
|
float |
getElevationBeamwidth()
|
float |
getEx()
|
float |
getEz()
|
int |
getMarshalledSize()
|
short |
getPadding1()
|
int |
getPadding2()
|
long |
getPadding3()
|
float |
getPhase()
|
float |
getReferenceSystem()
|
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer. |
void |
marshal(java.io.DataOutputStream dos)
|
void |
setAzimuthBeamwidth(float pAzimuthBeamwidth)
|
void |
setBeamDirection(EulerAngles pBeamDirection)
|
void |
setElevationBeamwidth(float pElevationBeamwidth)
|
void |
setEx(float pEx)
|
void |
setEz(float pEz)
|
void |
setPadding1(short pPadding1)
|
void |
setPadding2(int pPadding2)
|
void |
setPadding3(long pPadding3)
|
void |
setPhase(float pPhase)
|
void |
setReferenceSystem(float pReferenceSystem)
|
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data. |
void |
unmarshal(java.io.DataInputStream dis)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected EulerAngles beamDirection
protected float azimuthBeamwidth
protected float elevationBeamwidth
protected float referenceSystem
protected short padding1
protected int padding2
protected float ez
protected float ex
protected float phase
protected long padding3
Constructor Detail |
---|
public BeamAntennaPattern()
Method Detail |
---|
public int getMarshalledSize()
public void setBeamDirection(EulerAngles pBeamDirection)
public EulerAngles getBeamDirection()
public void setAzimuthBeamwidth(float pAzimuthBeamwidth)
public float getAzimuthBeamwidth()
public void setElevationBeamwidth(float pElevationBeamwidth)
public float getElevationBeamwidth()
public void setReferenceSystem(float pReferenceSystem)
public float getReferenceSystem()
public void setPadding1(short pPadding1)
public short getPadding1()
public void setPadding2(int pPadding2)
public int getPadding2()
public void setEz(float pEz)
public float getEz()
public void setEx(float pEx)
public float getEx()
public void setPhase(float pPhase)
public float getPhase()
public void setPadding3(long pPadding3)
public long getPadding3()
public void marshal(java.io.DataOutputStream dos)
public void unmarshal(java.io.DataInputStream dis)
public void marshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin writing
java.nio.BufferOverflowException
- if buff is too small
java.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin reading
java.nio.BufferUnderflowException
- if buff is too smallByteBuffer
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equalsImpl(java.lang.Object obj)
this
and the supplied object
obj
- the object to compare to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |