Package edu.nps.moves.dis7
Class DataQueryReliablePdu
java.lang.Object
edu.nps.moves.dis7.Pdu
edu.nps.moves.dis7.PduBase
edu.nps.moves.dis7.SimulationManagementWithReliabilityFamilyPdu
edu.nps.moves.dis7.DataQueryRPdu
edu.nps.moves.dis7.DataQueryReliablePdu
- All Implemented Interfaces:
edu.nps.moves.dis7.Marshaller
,java.io.Serializable
public class DataQueryReliablePdu extends DataQueryRPdu
more descriptive name for a DataQueryRPdu
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.DataQueryRPdu
fixedDatumRecords, numberOfFixedDatumRecords, numberOfVariableDatumRecords, pad1, pad2, requestID, requiredReliabilityService, timeInterval, variableDatumRecords
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 DataQueryReliablePdu()
-
Method Summary
Methods inherited from class edu.nps.moves.dis7.DataQueryRPdu
equals, equalsImpl, getFixedDatumRecords, getMarshalledSize, getPad1, getPad2, getRequestID, getRequiredReliabilityService, getTimeInterval, getVariableDatumRecords, marshal, marshal, setFixedDatumRecords, setPad1, setPad2, setRequestID, setRequiredReliabilityService, setTimeInterval, setVariableDatumRecords, 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
-
DataQueryReliablePdu
public DataQueryReliablePdu()
-