|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.dis.Pdu
edu.nps.moves.dis.SimulationManagementFamilyPdu
edu.nps.moves.dis.EventReportPdu
@Entity public class EventReportPdu
Section 5.3.6.11. Reports occurance of a significant event to the simulation manager. COMPLETE 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 long |
eventType
Type of event |
protected java.util.List<FixedDatum> |
fixedDatums
variable length list of fixed datums |
protected long |
numberOfFixedDatumRecords
Number of fixed datum records |
protected long |
numberOfVariableDatumRecords
Number of variable datum records |
protected long |
padding1
padding |
protected java.util.List<VariableDatum> |
variableDatums
variable length list of variable length datums |
Fields inherited from class edu.nps.moves.dis.SimulationManagementFamilyPdu |
---|
fk_originatingEntityID, fk_receivingEntityID, originatingEntityID, receivingEntityID |
Fields inherited from class edu.nps.moves.dis.Pdu |
---|
exerciseID, padding, pduLength, pduType, protocolFamily, protocolVersion, timestamp |
Constructor Summary | |
---|---|
EventReportPdu()
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 |
long |
getEventType()
|
java.util.List<FixedDatum> |
getFixedDatums()
|
int |
getMarshalledSize()
|
long |
getNumberOfFixedDatumRecords()
|
long |
getNumberOfVariableDatumRecords()
|
long |
getPadding1()
|
java.util.List<VariableDatum> |
getVariableDatums()
|
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer. |
void |
marshal(java.io.DataOutputStream dos)
|
void |
setEventType(long pEventType)
|
void |
setFixedDatums(java.util.List<FixedDatum> pFixedDatums)
|
void |
setNumberOfFixedDatumRecords(long pNumberOfFixedDatumRecords)
Note that setting this value will not change the marshalled value. |
void |
setNumberOfVariableDatumRecords(long pNumberOfVariableDatumRecords)
Note that setting this value will not change the marshalled value. |
void |
setPadding1(long pPadding1)
|
void |
setVariableDatums(java.util.List<VariableDatum> pVariableDatums)
|
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data. |
void |
unmarshal(java.io.DataInputStream dis)
|
Methods inherited from class edu.nps.moves.dis.SimulationManagementFamilyPdu |
---|
getOriginatingEntityID, getReceivingEntityID, setOriginatingEntityID, setReceivingEntityID |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long eventType
protected long padding1
protected long numberOfFixedDatumRecords
protected long numberOfVariableDatumRecords
protected java.util.List<FixedDatum> fixedDatums
protected java.util.List<VariableDatum> variableDatums
Constructor Detail |
---|
public EventReportPdu()
Method Detail |
---|
public int getMarshalledSize()
getMarshalledSize
in class SimulationManagementFamilyPdu
public void setEventType(long pEventType)
public long getEventType()
public void setPadding1(long pPadding1)
public long getPadding1()
public long getNumberOfFixedDatumRecords()
public void setNumberOfFixedDatumRecords(long pNumberOfFixedDatumRecords)
public long getNumberOfVariableDatumRecords()
public void setNumberOfVariableDatumRecords(long pNumberOfVariableDatumRecords)
public void setFixedDatums(java.util.List<FixedDatum> pFixedDatums)
public java.util.List<FixedDatum> getFixedDatums()
public void setVariableDatums(java.util.List<VariableDatum> pVariableDatums)
public java.util.List<VariableDatum> getVariableDatums()
public void marshal(java.io.DataOutputStream dos)
marshal
in class SimulationManagementFamilyPdu
public void unmarshal(java.io.DataInputStream dis)
unmarshal
in class SimulationManagementFamilyPdu
public void marshal(java.nio.ByteBuffer buff)
marshal
in class SimulationManagementFamilyPdu
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)
unmarshal
in class SimulationManagementFamilyPdu
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 SimulationManagementFamilyPdu
public boolean equalsImpl(java.lang.Object obj)
Pdu
this
and the supplied object
equalsImpl
in class SimulationManagementFamilyPdu
obj
- the object to compare to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |