Class DataRPdu
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.DataRPdu
- All Implemented Interfaces:
Marshaller
,Serializable
- Direct Known Subclasses:
DataReliablePdu
5.12.4.11 Serves the same function as the Data PDU but with the addition of reliability service levels and is used in response to a Data Query-R PDU, a Data-R PDU, or a Set Data-R PDU.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ByteArrayOutputStream
byteArrayOutputStream (baos) is used for marshal/unmarshal serializationprotected DataOutputStream
dataOutputStream (dos) is used for marshal/unmarshal serializationprotected List
<FixedDatum> Fixed datum recordsstatic final String
The name of this PDU typeprotected int
Fixed datum record countprotected int
variable datum record countprotected byte
paddingprotected short
paddingprotected int
Request ID provides a unique identifierprotected RequiredReliabilityService
level of reliability service used for this transaction uid 74protected List
<VariableDatum> Variable datum recordsFields inherited from class edu.nps.moves.dis7.pdus.SimulationManagementWithReliabilityFamilyPdu
FAMILY_NAME, originatingID, receivingID
Fields inherited from class edu.nps.moves.dis7.pdus.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
copy method creates a deep copy of current object using preferred marshalling methodCreates a "deep copy" of current object using ByteBuffer methods.copy method creates a deep copy of current object using DataOutputStream methods.boolean
boolean
equalsImpl
(Object obj) Compare all fields that contribute to the state, ignoring transient and static fields, forthis
and the supplied objectGetter forfixedDatumRecords
int
Returns size of this serialized (marshalled) object in bytesbyte
getPad1()
Getter forpad1
short
getPad2()
Getter forpad2
int
Getter forrequestID
Getter forrequiredReliabilityService
Getter forvariableDatumRecords
int
hashCode()
void
marshal
(DataOutputStream dos) Serializes an object to a DataOutputStream.void
marshal
(ByteBuffer byteBuffer) Packs an object into the ByteBuffer.setFixedDatumRecords
(List<FixedDatum> pFixedDatumRecords) Setter forfixedDatumRecords
setPad1
(byte pPad1) Setter forpad1
setPad1
(int pPad1) Utility setter forpad1
setPad2
(int pPad2) Utility setter forpad2
setPad2
(short pPad2) Setter forpad2
setRequestID
(int pRequestID) Setter forrequestID
setRequiredReliabilityService
(RequiredReliabilityService pRequiredReliabilityService) Setter forrequiredReliabilityService
setVariableDatumRecords
(List<VariableDatum> pVariableDatumRecords) Setter forvariableDatumRecords
toString()
int
unmarshal
(DataInputStream dis) Deserializes an object from a DataInputStream.int
unmarshal
(ByteBuffer byteBuffer) Unpacks a Pdu from the underlying data.Methods inherited from class edu.nps.moves.dis7.pdus.SimulationManagementWithReliabilityFamilyPdu
getOriginatingID, getReceivingID, setOriginatingID, setReceivingID
Methods inherited from class edu.nps.moves.dis7.pdus.PduBase
getPadding, getPduStatus, setPadding, setPadding, setPduStatus
Methods inherited from class edu.nps.moves.dis7.pdus.Pdu
copyByPduFactory, getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, getTimestampSeconds, isAcknowledgeRPdu, isActionRequestPdu, isActionRequestRPdu, isActionResponsePdu, isActionResponseRPdu, isAggregateStatePdu, isAppearancePdu, isArealObjectStatePdu, isArticulatedPartsPdu, isAttributePdu, isCollisionElasticPdu, isCollisionPdu, isCommentPdu, isCommentRPdu, isCreateEntityPdu, isCreateEntityRPdu, isDataPdu, isDataQueryPdu, isDataQueryRPdu, isDataRPdu, isDesignatorPdu, isDetonationPdu, isDirectedEnergyFirePdu, isDistributedEmissionsRegenerationFamilyPdu, isElectromagneticEmissionPdu, isEntityDamageStatusPdu, isEntityInformationInteractionFamilyPdu, isEntityManagementFamilyPdu, isEntityStatePdu, isEntityStateUpdatePdu, isEnvironmentalProcessPdu, isEventReportPdu, isEventReportRPdu, isFirePdu, isGriddedDataPdu, isIFFPdu, isInformationOperationsActionPdu, isInformationOperationsFamilyPdu, isInformationOperationsReportPdu, isIntercomControlPdu, isIntercomSignalPdu, isIsGroupOfPdu, isIsPartOfPdu, isLEDetonationPdu, isLEFirePdu, isLinearObjectStatePdu, isLiveEntityDetonationPdu, isLiveEntityFirePdu, isLogisticsFamilyPdu, isMinefieldDataPdu, isMinefieldFamilyPdu, isMinefieldQueryPdu, isMinefieldResponseNACKPdu, isMinefieldStatePdu, isPointObjectStatePdu, isRadioCommunicationsFamilyPdu, isReceiverPdu, isRecordQueryRPdu, isRecordRPdu, isReliablePdu, isRemoveEntityPdu, isRemoveEntityRPdu, isRepairCompletePdu, isRepairResponsePdu, isResupplyCancelPdu, isResupplyOfferPdu, isResupplyReceivedPdu, isSEESPdu, isSetDataPdu, isSetDataRPdu, isSetRecordRPdu, isSignalPdu, isSimulationManagementFamilyPdu, isSimulationManagementWithReliabilityFamilyPdu, isStartResumePdu, isStartResumeRPdu, isStopFreezePdu, isStopFreezeRPdu, isSupplementalEmissionEntityStatePdu, isSyntheticEnvironmentFamilyPdu, isTransferOwnershipPdu, isTransmitterPdu, isTSPIPdu, isUnderwaterAcousticPdu, isWarfareFamilyPdu, marshal, occursAfter, occursBefore, occursSameTime, setExerciseID, setExerciseID, setLength, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp, setTimestampSeconds
-
Field Details
-
NAME
-
requestID
protected int requestIDRequest ID provides a unique identifier -
requiredReliabilityService
level of reliability service used for this transaction uid 74 -
pad1
protected byte pad1padding -
pad2
protected short pad2padding -
numberOfFixedDatumRecords
protected int numberOfFixedDatumRecordsFixed datum record count -
numberOfVariableDatumRecords
protected int numberOfVariableDatumRecordsvariable datum record count -
fixedDatumRecords
Fixed datum records -
variableDatumRecords
Variable datum records -
byteArrayOutputStream
byteArrayOutputStream (baos) is used for marshal/unmarshal serialization- See Also:
-
dataOutputStream
dataOutputStream (dos) is used for marshal/unmarshal serialization- See Also:
-
-
Constructor Details
-
DataRPdu
public DataRPdu()Constructor creates and configures a new instance object
-
-
Method Details
-
copy
copy method creates a deep copy of current object using preferred marshalling method- Returns:
- deep copy of PDU
-
copyByteBuffer
Creates a "deep copy" of current object using ByteBuffer methods.- Returns:
- deep copy of PDU
-
copyDataOutputStream
copy method creates a deep copy of current object using DataOutputStream methods.- Returns:
- deep copy of PDU
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Specified by:
getMarshalledSize
in interfaceMarshaller
- Overrides:
getMarshalledSize
in classSimulationManagementWithReliabilityFamilyPdu
- Returns:
- serialized size in bytes
- See Also:
-
setRequestID
-
getRequestID
-
setRequiredReliabilityService
public DataRPdu setRequiredReliabilityService(RequiredReliabilityService pRequiredReliabilityService) Setter forrequiredReliabilityService
- Parameters:
pRequiredReliabilityService
- new value of interest- Returns:
- same object to permit progressive setters
-
getRequiredReliabilityService
Getter forrequiredReliabilityService
- Returns:
- value of interest
-
setPad1
-
setPad1
-
getPad1
-
setPad2
-
setPad2
-
getPad2
-
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:
marshal
in interfaceMarshaller
- Overrides:
marshal
in classSimulationManagementWithReliabilityFamilyPdu
- Parameters:
dos
- the OutputStream- Throws:
Exception
- if something goes wrong- See Also:
-
unmarshal
Deserializes an object from a DataInputStream.- Specified by:
unmarshal
in interfaceMarshaller
- Overrides:
unmarshal
in classSimulationManagementWithReliabilityFamilyPdu
- Parameters:
dis
- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception
- if something goes wrong- See Also:
-
marshal
Packs an object into the ByteBuffer.- Specified by:
marshal
in interfaceMarshaller
- Overrides:
marshal
in 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:
-
unmarshal
Unpacks a Pdu from the underlying data.- Specified by:
unmarshal
in interfaceMarshaller
- Overrides:
unmarshal
in 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:
-
equals
- Overrides:
equals
in classSimulationManagementWithReliabilityFamilyPdu
-
equalsImpl
Description copied from class:Pdu
Compare all fields that contribute to the state, ignoring transient and static fields, forthis
and the supplied object- Overrides:
equalsImpl
in classSimulationManagementWithReliabilityFamilyPdu
- Parameters:
obj
- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
- Overrides:
toString
in classSimulationManagementWithReliabilityFamilyPdu
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSimulationManagementWithReliabilityFamilyPdu
-