Package edu.nps.moves.dis7
Class SetRecordReliablePdu
java.lang.Object
edu.nps.moves.dis7.Pdu
edu.nps.moves.dis7.PduBase
edu.nps.moves.dis7.SimulationManagementWithReliabilityFamilyPdu
edu.nps.moves.dis7.SetRecordRPdu
edu.nps.moves.dis7.SetRecordReliablePdu
- All Implemented Interfaces:
edu.nps.moves.dis7.Marshaller
,java.io.Serializable
public class SetRecordReliablePdu extends SetRecordRPdu
more descriptive name for a SetRecordRPdu
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.SetRecordRPdu
numberOfRecordSets, pad1, pad2, pad3, recordSets, requestID, requiredReliabilityService
Fields inherited from class edu.nps.moves.dis7.SimulationManagementWithReliabilityFamilyPdu
originatingID, receivingID
Fields inherited from class edu.nps.moves.dis7.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
-
Constructor Summary
Constructors Constructor Description SetRecordReliablePdu()
-
Method Summary
Methods inherited from class edu.nps.moves.dis7.SetRecordRPdu
equals, equalsImpl, getMarshalledSize, getPad1, getPad2, getPad3, getRecordSets, getRequestID, getRequiredReliabilityService, marshal, marshal, setPad1, setPad2, setPad3, setRecordSets, setRequestID, setRequiredReliabilityService, toString, unmarshal, unmarshal
Methods inherited from class edu.nps.moves.dis7.SimulationManagementWithReliabilityFamilyPdu
getOriginatingID, getReceivingID, setOriginatingID, setReceivingID
Methods inherited from class edu.nps.moves.dis7.PduBase
getPadding, getPduStatus, setPadding, setPduStatus
Methods inherited from class edu.nps.moves.dis7.Pdu
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
-
Constructor Details
-
SetRecordReliablePdu
public SetRecordReliablePdu()
-