Package edu.nps.moves.dis7.pdus
Class SetDataReliablePdu
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.SetDataRPdu
edu.nps.moves.dis7.pdus.SetDataReliablePdu
- All Implemented Interfaces:
Marshaller
,Serializable
alias, more descriptive name for a SetDataRPdu.
IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class edu.nps.moves.dis7.pdus.SetDataRPdu
fixedDatumRecords, numberOfFixedDatumRecords, numberOfVariableDatumRecords, pad1, pad2, requestID, requiredReliabilityService, variableDatumRecords
Fields inherited from class edu.nps.moves.dis7.pdus.SimulationManagementWithReliabilityFamilyPdu
originatingID, receivingID
Fields inherited from class edu.nps.moves.dis7.pdus.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.nps.moves.dis7.pdus.SetDataRPdu
equals, equalsImpl, getFixedDatumRecords, getMarshalledSize, getPad1, getPad2, getRequestID, getRequiredReliabilityService, getVariableDatumRecords, marshal, marshal, setFixedDatumRecords, setPad1, setPad1, setPad2, setPad2, setRequestID, setRequiredReliabilityService, setVariableDatumRecords, toString, unmarshal, unmarshal
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
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setExerciseID, setLength, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
-
Constructor Details
-
SetDataReliablePdu
public SetDataReliablePdu()
-