|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.dis7mobile.BlankingSector
public class BlankingSector
The Blanking Sector attribute record may be used to convey persistent areas within a scan volume where emitter power for a specific active emitter beam is reduced to an insignificant value. Section 6.2.12 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 short |
beamNumber
|
protected short |
emitterNumber
|
protected float |
leftAzimuth
|
protected float |
lowerElevation
|
protected int |
recordLength
|
protected long |
recordType
|
protected float |
residualPower
|
protected float |
rightAzimuth
|
protected short |
stateIndicator
|
protected float |
upperElevation
|
Constructor Summary | |
---|---|
BlankingSector()
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 |
short |
getBeamNumber()
|
short |
getEmitterNumber()
|
float |
getLeftAzimuth()
|
float |
getLowerElevation()
|
int |
getMarshalledSize()
|
int |
getRecordLength()
|
long |
getRecordType()
|
float |
getResidualPower()
|
float |
getRightAzimuth()
|
short |
getStateIndicator()
|
float |
getUpperElevation()
|
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer. |
void |
marshal(java.io.DataOutputStream dos)
|
void |
setBeamNumber(short pBeamNumber)
|
void |
setEmitterNumber(short pEmitterNumber)
|
void |
setLeftAzimuth(float pLeftAzimuth)
|
void |
setLowerElevation(float pLowerElevation)
|
void |
setRecordLength(int pRecordLength)
|
void |
setRecordType(long pRecordType)
|
void |
setResidualPower(float pResidualPower)
|
void |
setRightAzimuth(float pRightAzimuth)
|
void |
setStateIndicator(short pStateIndicator)
|
void |
setUpperElevation(float pUpperElevation)
|
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 long recordType
protected int recordLength
protected short emitterNumber
protected short beamNumber
protected short stateIndicator
protected float leftAzimuth
protected float rightAzimuth
protected float lowerElevation
protected float upperElevation
protected float residualPower
Constructor Detail |
---|
public BlankingSector()
Method Detail |
---|
public int getMarshalledSize()
public void setRecordType(long pRecordType)
public long getRecordType()
public void setRecordLength(int pRecordLength)
public int getRecordLength()
public void setEmitterNumber(short pEmitterNumber)
public short getEmitterNumber()
public void setBeamNumber(short pBeamNumber)
public short getBeamNumber()
public void setStateIndicator(short pStateIndicator)
public short getStateIndicator()
public void setLeftAzimuth(float pLeftAzimuth)
public float getLeftAzimuth()
public void setRightAzimuth(float pRightAzimuth)
public float getRightAzimuth()
public void setLowerElevation(float pLowerElevation)
public float getLowerElevation()
public void setUpperElevation(float pUpperElevation)
public float getUpperElevation()
public void setResidualPower(float pResidualPower)
public float getResidualPower()
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 |