Package edu.nps.moves.dis7.pdus
Class SetRecordRPdu
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.SetRecordRPdu
- All Implemented Interfaces:
Marshaller,Serializable
- Direct Known Subclasses:
SetRecordReliablePdu
public class SetRecordRPdu
extends SimulationManagementWithReliabilityFamilyPdu
implements Serializable
5.12.4.15 Used to set or change certain parameter values. These parameter values are contained within a record format as compared to the datum format used in the Set Data-R PDU.
IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intNumber of record sets in listprotected bytepad1 is an undescribed parameter...protected shortpad2 is an undescribed parameter...protected intpad3 is an undescribed parameter...protected List<RecordSpecification>record setsprotected intrequest IDprotected RequiredReliabilityServicelevel of reliability service used for this transaction uid 74Fields inherited from class edu.nps.moves.dis7.pdus.SimulationManagementWithReliabilityFamilyPdu
originatingID, receivingIDFields inherited from class edu.nps.moves.dis7.pdus.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsImpl(Object obj)Compare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied objectintReturns size of this serialized (marshalled) object in bytesbytegetPad1()Getter forpad1shortgetPad2()Getter forpad2intgetPad3()Getter forpad3Getter forrecordSetsintGetter forrequestIDGetter forrequiredReliabilityServicevoidmarshal(DataOutputStream dos)Serializes an object to a DataOutputStream.voidmarshal(ByteBuffer byteBuffer)Packs an object into the ByteBuffer.setPad1(byte pPad1)Setter forpad1setPad1(int pPad1)Utility setter forpad1setPad2(int pPad2)Utility setter forpad2setPad2(short pPad2)Setter forpad2setPad3(int pPad3)Setter forpad3setRecordSets(List<RecordSpecification> pRecordSets)Setter forrecordSetssetRequestID(int pRequestID)Setter forrequestIDsetRequiredReliabilityService(RequiredReliabilityService pRequiredReliabilityService)Setter forrequiredReliabilityServicetoString()intunmarshal(DataInputStream dis)Deserializes an object from a DataInputStream.intunmarshal(ByteBuffer byteBuffer)Unpacks a Pdu from the underlying data.Methods inherited from class edu.nps.moves.dis7.pdus.SimulationManagementWithReliabilityFamilyPdu
getOriginatingID, getReceivingID, setOriginatingID, setReceivingIDMethods inherited from class edu.nps.moves.dis7.pdus.PduBase
getPadding, getPduStatus, setPadding, setPadding, setPduStatusMethods inherited from class edu.nps.moves.dis7.pdus.Pdu
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setExerciseID, setLength, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
-
Field Details
-
requestID
protected int requestIDrequest ID -
requiredReliabilityService
level of reliability service used for this transaction uid 74 -
pad1
protected byte pad1pad1 is an undescribed parameter... -
pad2
protected short pad2pad2 is an undescribed parameter... -
pad3
protected int pad3pad3 is an undescribed parameter... -
numberOfRecordSets
protected int numberOfRecordSetsNumber of record sets in list -
recordSets
record sets
-
-
Constructor Details
-
SetRecordRPdu
public SetRecordRPdu()Constructor
-
-
Method Details
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Specified by:
getMarshalledSizein interfaceMarshaller- Overrides:
getMarshalledSizein classSimulationManagementWithReliabilityFamilyPdu- Returns:
- serialized size in bytes
- See Also:
- https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
setRequestID
Setter forrequestID- Parameters:
pRequestID- new value of interest- Returns:
- same object to permit progressive setters
-
getRequestID
public int getRequestID()Getter forrequestID- Returns:
- value of interest
-
setRequiredReliabilityService
public SetRecordRPdu 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
Setter forpad1- Parameters:
pPad1- new value of interest- Returns:
- same object to permit progressive setters
-
setPad1
Utility setter forpad1- Parameters:
pPad1- new value of interest- Returns:
- same object to permit progressive setters
-
getPad1
public byte getPad1()Getter forpad1- Returns:
- value of interest
-
setPad2
Setter forpad2- Parameters:
pPad2- new value of interest- Returns:
- same object to permit progressive setters
-
setPad2
Utility setter forpad2- Parameters:
pPad2- new value of interest- Returns:
- same object to permit progressive setters
-
getPad2
public short getPad2()Getter forpad2- Returns:
- value of interest
-
setPad3
Setter forpad3- Parameters:
pPad3- new value of interest- Returns:
- same object to permit progressive setters
-
getPad3
public int getPad3()Getter forpad3- Returns:
- value of interest
-
setRecordSets
Setter forrecordSets- Parameters:
pRecordSets- new value of interest- Returns:
- same object to permit progressive setters
-
getRecordSets
Getter forrecordSets- Returns:
- value of interest
-
marshal
Serializes an object to a DataOutputStream.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin classSimulationManagementWithReliabilityFamilyPdu- Parameters:
dos- the OutputStream- Throws:
Exception- if something goes wrong- See Also:
DataOutputStream
-
unmarshal
Deserializes an object from a DataInputStream.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin classSimulationManagementWithReliabilityFamilyPdu- Parameters:
dis- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception- if something goes wrong- See Also:
DataInputStream, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
marshal
Packs an object into the ByteBuffer.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin 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:
ByteBuffer
-
unmarshal
Unpacks a Pdu from the underlying data.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin 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:
ByteBuffer, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
equals
- Overrides:
equalsin classSimulationManagementWithReliabilityFamilyPdu
-
equalsImpl
Description copied from class:PduCompare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied object- Overrides:
equalsImplin classSimulationManagementWithReliabilityFamilyPdu- Parameters:
obj- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
- Overrides:
toStringin classSimulationManagementWithReliabilityFamilyPdu
-