|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.dis7mobile.IOEffect
public class IOEffect
Effect of IO on an entity. Section 6.2.49.3 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 EntityID |
ioEffect
|
protected int |
ioEffectDuration
|
protected short |
ioEffectDutyCycle
|
protected short |
ioLinkType
|
protected int |
ioProcess
|
protected short |
ioStatus
|
protected int |
padding
|
protected int |
recordLength
|
protected long |
recordType
|
Constructor Summary | |
---|---|
IOEffect()
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 |
EntityID |
getIoEffect()
|
int |
getIoEffectDuration()
|
short |
getIoEffectDutyCycle()
|
short |
getIoLinkType()
|
int |
getIoProcess()
|
short |
getIoStatus()
|
int |
getMarshalledSize()
|
int |
getPadding()
|
int |
getRecordLength()
|
long |
getRecordType()
|
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer. |
void |
marshal(java.io.DataOutputStream dos)
|
void |
setIoEffect(EntityID pIoEffect)
|
void |
setIoEffectDuration(int pIoEffectDuration)
|
void |
setIoEffectDutyCycle(short pIoEffectDutyCycle)
|
void |
setIoLinkType(short pIoLinkType)
|
void |
setIoProcess(int pIoProcess)
|
void |
setIoStatus(short pIoStatus)
|
void |
setPadding(int pPadding)
|
void |
setRecordLength(int pRecordLength)
|
void |
setRecordType(long pRecordType)
|
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 ioStatus
protected short ioLinkType
protected EntityID ioEffect
protected short ioEffectDutyCycle
protected int ioEffectDuration
protected int ioProcess
protected int padding
Constructor Detail |
---|
public IOEffect()
Method Detail |
---|
public int getMarshalledSize()
public void setRecordType(long pRecordType)
public long getRecordType()
public void setRecordLength(int pRecordLength)
public int getRecordLength()
public void setIoStatus(short pIoStatus)
public short getIoStatus()
public void setIoLinkType(short pIoLinkType)
public short getIoLinkType()
public void setIoEffect(EntityID pIoEffect)
public EntityID getIoEffect()
public void setIoEffectDutyCycle(short pIoEffectDutyCycle)
public short getIoEffectDutyCycle()
public void setIoEffectDuration(int pIoEffectDuration)
public int getIoEffectDuration()
public void setIoProcess(int pIoProcess)
public int getIoProcess()
public void setPadding(int pPadding)
public int getPadding()
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 |