Class SecondaryOperationalData
java.lang.Object
edu.nps.moves.dis7.pdus.SecondaryOperationalData
- All Implemented Interfaces:
Serializable
Additional operational data for an IFF emitting system and the number of IFF Fundamental Parameter Data records Section 6.2.76.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected short
The number of IFF Fundamental Parameter Data records that followprotected byte
additional operational characteristics of the IFF emitting system.protected byte
additional operational characteristics of the IFF emitting system. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor creates and configures a new instance object -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
equalsImpl
(Object obj) Compare all fields that contribute to the state, ignoring transient and static fields, forthis
and the supplied objectint
Returns size of this serialized (marshalled) object in bytesshort
Getter fornumberOfIFFFundamentalParameterRecords
byte
Getter foroperationalData1
byte
Getter foroperationalData2
int
hashCode()
void
marshal
(DataOutputStream dos) Serializes an object to a DataOutputStream.void
marshal
(ByteBuffer byteBuffer) Packs an object into the ByteBuffer.setNumberOfIFFFundamentalParameterRecords
(int pNumberOfIFFFundamentalParameterRecords) Utility setter fornumberOfIFFFundamentalParameterRecords
setNumberOfIFFFundamentalParameterRecords
(short pNumberOfIFFFundamentalParameterRecords) Setter fornumberOfIFFFundamentalParameterRecords
setOperationalData1
(byte pOperationalData1) Setter foroperationalData1
setOperationalData1
(int pOperationalData1) Utility setter foroperationalData1
setOperationalData2
(byte pOperationalData2) Setter foroperationalData2
setOperationalData2
(int pOperationalData2) Utility setter foroperationalData2
toString()
int
unmarshal
(DataInputStream dis) Deserializes an object from a DataInputStream.int
unmarshal
(ByteBuffer byteBuffer) Unpacks a Pdu from the underlying data.
-
Field Details
-
operationalData1
protected byte operationalData1additional operational characteristics of the IFF emitting system. Each 8-bit field will vary depending on the system type. -
operationalData2
protected byte operationalData2additional operational characteristics of the IFF emitting system. Each 8-bit field will vary depending on the system type. -
numberOfIFFFundamentalParameterRecords
protected short numberOfIFFFundamentalParameterRecordsThe number of IFF Fundamental Parameter Data records that follow
-
-
Constructor Details
-
SecondaryOperationalData
public SecondaryOperationalData()Constructor creates and configures a new instance object
-
-
Method Details
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Returns:
- serialized size in bytes
- See Also:
-
setOperationalData1
Setter foroperationalData1
- Parameters:
pOperationalData1
- new value of interest- Returns:
- same object to permit progressive setters
-
setOperationalData1
Utility setter foroperationalData1
- Parameters:
pOperationalData1
- new value of interest- Returns:
- same object to permit progressive setters
-
getOperationalData1
-
setOperationalData2
Setter foroperationalData2
- Parameters:
pOperationalData2
- new value of interest- Returns:
- same object to permit progressive setters
-
setOperationalData2
Utility setter foroperationalData2
- Parameters:
pOperationalData2
- new value of interest- Returns:
- same object to permit progressive setters
-
getOperationalData2
-
setNumberOfIFFFundamentalParameterRecords
public SecondaryOperationalData setNumberOfIFFFundamentalParameterRecords(short pNumberOfIFFFundamentalParameterRecords) Setter fornumberOfIFFFundamentalParameterRecords
- Parameters:
pNumberOfIFFFundamentalParameterRecords
- new value of interest- Returns:
- same object to permit progressive setters
-
setNumberOfIFFFundamentalParameterRecords
public SecondaryOperationalData setNumberOfIFFFundamentalParameterRecords(int pNumberOfIFFFundamentalParameterRecords) Utility setter fornumberOfIFFFundamentalParameterRecords
- Parameters:
pNumberOfIFFFundamentalParameterRecords
- new value of interest- Returns:
- same object to permit progressive setters
-
getNumberOfIFFFundamentalParameterRecords
public short getNumberOfIFFFundamentalParameterRecords()Getter fornumberOfIFFFundamentalParameterRecords
- Returns:
- value of interest
-
marshal
Serializes an object to a DataOutputStream.- Parameters:
dos
- the OutputStream- Throws:
Exception
- if something goes wrong- See Also:
-
unmarshal
Deserializes an object from a DataInputStream.- Parameters:
dis
- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception
- if something goes wrong- See Also:
-
marshal
Packs an object into the ByteBuffer.- 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:
-
unmarshal
Unpacks a Pdu from the underlying data.- 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:
-
equals
-
equalsImpl
Compare all fields that contribute to the state, ignoring transient and static fields, forthis
and the supplied object- Parameters:
obj
- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
-
hashCode
-