Package edu.nps.moves.dis7
Class StartResumeReliablePdu
java.lang.Object
edu.nps.moves.dis7.Pdu
edu.nps.moves.dis7.PduBase
edu.nps.moves.dis7.SimulationManagementWithReliabilityFamilyPdu
edu.nps.moves.dis7.StartResumeRPdu
edu.nps.moves.dis7.StartResumeReliablePdu
- All Implemented Interfaces:
edu.nps.moves.dis7.Marshaller,java.io.Serializable
public class StartResumeReliablePdu extends StartResumeRPdu
more descriptive name for a StartResumeRPdu
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.StartResumeRPdu
pad1, pad2, realWorldTime, requestID, requiredReliabilityService, simulationTimeFields inherited from class edu.nps.moves.dis7.SimulationManagementWithReliabilityFamilyPdu
originatingID, receivingIDFields inherited from class edu.nps.moves.dis7.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp -
Constructor Summary
Constructors Constructor Description StartResumeReliablePdu() -
Method Summary
Methods inherited from class edu.nps.moves.dis7.StartResumeRPdu
equals, equalsImpl, getMarshalledSize, getPad1, getPad2, getRealWorldTime, getRequestID, getRequiredReliabilityService, getSimulationTime, marshal, marshal, setPad1, setPad2, setRealWorldTime, setRequestID, setRequiredReliabilityService, setSimulationTime, toString, unmarshal, unmarshalMethods inherited from class edu.nps.moves.dis7.SimulationManagementWithReliabilityFamilyPdu
getOriginatingID, getReceivingID, setOriginatingID, setReceivingIDMethods inherited from class edu.nps.moves.dis7.PduBase
getPadding, getPduStatus, setPadding, setPduStatusMethods inherited from class edu.nps.moves.dis7.Pdu
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
-
Constructor Details
-
StartResumeReliablePdu
public StartResumeReliablePdu()
-