Package edu.nps.moves.dis7.pdus
Class ActionResponseRPdu
java.lang.Object
edu.nps.moves.dis7.pdus.Pdu
edu.nps.moves.dis7.pdus.PduBase
edu.nps.moves.dis7.pdus.SimulationManagementWithReliabilityFamilyPdu
edu.nps.moves.dis7.pdus.ActionResponseRPdu
- All Implemented Interfaces:
Marshaller,Serializable
- Direct Known Subclasses:
ActionResponseReliablePdu
public class ActionResponseRPdu
extends SimulationManagementWithReliabilityFamilyPdu
implements Serializable
5.12.4.8 Serves the same function as the Action Response PDU (see 5.6.5.8.1) but is used to acknowledge the receipt of an Action Request-R PDU.
IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<FixedDatum>Fixed datum recordsprotected intFixed datum record countprotected intvariable datum record countprotected intrequest IDprotected ActionResponseRequestStatusstatus of response uid 72protected List<VariableDatum>Variable datum recordsFields inherited from class edu.nps.moves.dis7.pdus.SimulationManagementWithReliabilityFamilyPdu
originatingID, receivingIDFields inherited from class edu.nps.moves.dis7.pdus.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsImpl(Object obj)Compare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied objectGetter forfixedDatumRecordsintReturns size of this serialized (marshalled) object in bytesintGetter forrequestIDGetter forresponseStatusGetter forvariableDatumRecordsvoidmarshal(DataOutputStream dos)Serializes an object to a DataOutputStream.voidmarshal(ByteBuffer byteBuffer)Packs an object into the ByteBuffer.setFixedDatumRecords(List<FixedDatum> pFixedDatumRecords)Setter forfixedDatumRecordssetRequestID(int pRequestID)Setter forrequestIDsetResponseStatus(ActionResponseRequestStatus pResponseStatus)Setter forresponseStatussetVariableDatumRecords(List<VariableDatum> pVariableDatumRecords)Setter forvariableDatumRecordstoString()intunmarshal(DataInputStream dis)Deserializes an object from a DataInputStream.intunmarshal(ByteBuffer byteBuffer)Unpacks a Pdu from the underlying data.Methods inherited from class edu.nps.moves.dis7.pdus.SimulationManagementWithReliabilityFamilyPdu
getOriginatingID, getReceivingID, setOriginatingID, setReceivingIDMethods inherited from class edu.nps.moves.dis7.pdus.PduBase
getPadding, getPduStatus, setPadding, setPadding, setPduStatusMethods inherited from class edu.nps.moves.dis7.pdus.Pdu
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setExerciseID, setLength, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
-
Field Details
-
requestID
protected int requestIDrequest ID -
responseStatus
status of response uid 72 -
numberOfFixedDatumRecords
protected int numberOfFixedDatumRecordsFixed datum record count -
numberOfVariableDatumRecords
protected int numberOfVariableDatumRecordsvariable datum record count -
fixedDatumRecords
Fixed datum records -
variableDatumRecords
Variable datum records
-
-
Constructor Details
-
ActionResponseRPdu
public ActionResponseRPdu()Constructor
-
-
Method Details
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Specified by:
getMarshalledSizein interfaceMarshaller- Overrides:
getMarshalledSizein classSimulationManagementWithReliabilityFamilyPdu- Returns:
- serialized size in bytes
- See Also:
- https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
setRequestID
Setter forrequestID- Parameters:
pRequestID- new value of interest- Returns:
- same object to permit progressive setters
-
getRequestID
public int getRequestID()Getter forrequestID- Returns:
- value of interest
-
setResponseStatus
Setter forresponseStatus- Parameters:
pResponseStatus- new value of interest- Returns:
- same object to permit progressive setters
-
getResponseStatus
Getter forresponseStatus- Returns:
- value of interest
-
setFixedDatumRecords
Setter forfixedDatumRecords- Parameters:
pFixedDatumRecords- new value of interest- Returns:
- same object to permit progressive setters
-
getFixedDatumRecords
Getter forfixedDatumRecords- Returns:
- value of interest
-
setVariableDatumRecords
Setter forvariableDatumRecords- Parameters:
pVariableDatumRecords- new value of interest- Returns:
- same object to permit progressive setters
-
getVariableDatumRecords
Getter forvariableDatumRecords- Returns:
- value of interest
-
marshal
Serializes an object to a DataOutputStream.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin classSimulationManagementWithReliabilityFamilyPdu- Parameters:
dos- the OutputStream- Throws:
Exception- if something goes wrong- See Also:
DataOutputStream
-
unmarshal
Deserializes an object from a DataInputStream.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin classSimulationManagementWithReliabilityFamilyPdu- Parameters:
dis- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception- if something goes wrong- See Also:
DataInputStream, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
marshal
Packs an object into the ByteBuffer.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin classSimulationManagementWithReliabilityFamilyPdu- 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:
ByteBuffer
-
unmarshal
Unpacks a Pdu from the underlying data.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin classSimulationManagementWithReliabilityFamilyPdu- 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:
ByteBuffer, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
equals
- Overrides:
equalsin classSimulationManagementWithReliabilityFamilyPdu
-
equalsImpl
Description copied from class:PduCompare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied object- Overrides:
equalsImplin classSimulationManagementWithReliabilityFamilyPdu- Parameters:
obj- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
- Overrides:
toStringin classSimulationManagementWithReliabilityFamilyPdu
-