Class InformationOperationsActionPdu
java.lang.Object
edu.nps.moves.dis7.pdus.Pdu
edu.nps.moves.dis7.pdus.PduBase
edu.nps.moves.dis7.pdus.InformationOperationsFamilyPdu
edu.nps.moves.dis7.pdus.InformationOperationsActionPdu
- All Implemented Interfaces:
Marshaller
,Serializable
public class InformationOperationsActionPdu
extends InformationOperationsFamilyPdu
implements Serializable
5.13.3.1 Used to communicate an IO attack or the effects of an IO attack on one or more target entities.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ByteArrayOutputStream
byteArrayOutputStream (baos) is used for marshal/unmarshal serializationprotected DataOutputStream
dataOutputStream (dos) is used for marshal/unmarshal serializationprotected IOActionIOActionPhase
uid 288protected IOActionIOActionType
uid 287protected EntityID
ioAttackerID is an undescribed parameter...protected EntityID
ioPrimaryTargetID is an undescribed parameter...ioRecords is an undescribed parameter...protected IOActionIOSimulationSource
uid 286protected IOActionIOWarfareType
uid 285static final String
The name of this PDU typeprotected short
numberOfIORecords is an undescribed parameter...protected int
padding1 is an undescribed parameter...protected short
padding2 is an undescribed parameter...protected EntityID
the simulation to which this PDU is addressedprotected int
request ID provides a unique identifierFields inherited from class edu.nps.moves.dis7.pdus.InformationOperationsFamilyPdu
FAMILY_NAME, originatingSimID
Fields inherited from class edu.nps.moves.dis7.pdus.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor creates and configures a new instance object -
Method Summary
Modifier and TypeMethodDescriptioncopy()
copy method creates a deep copy of current object using preferred marshalling methodCreates a "deep copy" of current object using ByteBuffer methods.copy method creates a deep copy of current object using DataOutputStream methods.boolean
boolean
equalsImpl
(Object obj) Compare all fields that contribute to the state, ignoring transient and static fields, forthis
and the supplied objectGetter forIOActionPhase
Getter forIOActionType
Getter forioAttackerID
Getter forioPrimaryTargetID
Getter forioRecords
Getter forIOSimulationSource
Getter forIOWarfareType
int
Returns size of this serialized (marshalled) object in bytesint
Getter forpadding1
short
Getter forpadding2
Getter forreceivingSimID
int
Getter forrequestID
int
hashCode()
void
marshal
(DataOutputStream dos) Serializes an object to a DataOutputStream.void
marshal
(ByteBuffer byteBuffer) Packs an object into the ByteBuffer.setIOActionPhase
(IOActionIOActionPhase pIOActionPhase) Setter forIOActionPhase
setIOActionType
(IOActionIOActionType pIOActionType) Setter forIOActionType
setIoAttackerID
(EntityID pIoAttackerID) Setter forioAttackerID
setIoPrimaryTargetID
(EntityID pIoPrimaryTargetID) Setter forioPrimaryTargetID
setIoRecords
(List<IORecord> pIoRecords) Setter forioRecords
setIOSimulationSource
(IOActionIOSimulationSource pIOSimulationSource) Setter forIOSimulationSource
setIOWarfareType
(IOActionIOWarfareType pIOWarfareType) Setter forIOWarfareType
setPadding1
(int pPadding1) Setter forpadding1
setPadding2
(int pPadding2) Utility setter forpadding2
setPadding2
(short pPadding2) Setter forpadding2
setReceivingSimID
(EntityID pReceivingSimID) Setter forreceivingSimID
setRequestID
(int pRequestID) Setter forrequestID
toString()
int
unmarshal
(DataInputStream dis) Deserializes an object from a DataInputStream.int
unmarshal
(ByteBuffer byteBuffer) Unpacks a Pdu from the underlying data.Methods inherited from class edu.nps.moves.dis7.pdus.InformationOperationsFamilyPdu
getOriginatingSimID, setOriginatingSimID
Methods inherited from class edu.nps.moves.dis7.pdus.PduBase
getPadding, getPduStatus, setPadding, setPadding, setPduStatus
Methods inherited from class edu.nps.moves.dis7.pdus.Pdu
copyByPduFactory, getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, getTimestampSeconds, isAcknowledgeRPdu, isActionRequestPdu, isActionRequestRPdu, isActionResponsePdu, isActionResponseRPdu, isAggregateStatePdu, isAppearancePdu, isArealObjectStatePdu, isArticulatedPartsPdu, isAttributePdu, isCollisionElasticPdu, isCollisionPdu, isCommentPdu, isCommentRPdu, isCreateEntityPdu, isCreateEntityRPdu, isDataPdu, isDataQueryPdu, isDataQueryRPdu, isDataRPdu, isDesignatorPdu, isDetonationPdu, isDirectedEnergyFirePdu, isDistributedEmissionsRegenerationFamilyPdu, isElectromagneticEmissionPdu, isEntityDamageStatusPdu, isEntityInformationInteractionFamilyPdu, isEntityManagementFamilyPdu, isEntityStatePdu, isEntityStateUpdatePdu, isEnvironmentalProcessPdu, isEventReportPdu, isEventReportRPdu, isFirePdu, isGriddedDataPdu, isIFFPdu, isInformationOperationsActionPdu, isInformationOperationsFamilyPdu, isInformationOperationsReportPdu, isIntercomControlPdu, isIntercomSignalPdu, isIsGroupOfPdu, isIsPartOfPdu, isLEDetonationPdu, isLEFirePdu, isLinearObjectStatePdu, isLiveEntityDetonationPdu, isLiveEntityFirePdu, isLogisticsFamilyPdu, isMinefieldDataPdu, isMinefieldFamilyPdu, isMinefieldQueryPdu, isMinefieldResponseNACKPdu, isMinefieldStatePdu, isPointObjectStatePdu, isRadioCommunicationsFamilyPdu, isReceiverPdu, isRecordQueryRPdu, isRecordRPdu, isReliablePdu, isRemoveEntityPdu, isRemoveEntityRPdu, isRepairCompletePdu, isRepairResponsePdu, isResupplyCancelPdu, isResupplyOfferPdu, isResupplyReceivedPdu, isSEESPdu, isSetDataPdu, isSetDataRPdu, isSetRecordRPdu, isSignalPdu, isSimulationManagementFamilyPdu, isSimulationManagementWithReliabilityFamilyPdu, isStartResumePdu, isStartResumeRPdu, isStopFreezePdu, isStopFreezeRPdu, isSupplementalEmissionEntityStatePdu, isSyntheticEnvironmentFamilyPdu, isTransferOwnershipPdu, isTransmitterPdu, isTSPIPdu, isUnderwaterAcousticPdu, isWarfareFamilyPdu, marshal, occursAfter, occursBefore, occursSameTime, setExerciseID, setExerciseID, setLength, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp, setTimestampSeconds
-
Field Details
-
NAME
-
receivingSimID
the simulation to which this PDU is addressed -
requestID
protected int requestIDrequest ID provides a unique identifier -
IOWarfareType
uid 285 -
IOSimulationSource
uid 286 -
IOActionType
uid 287 -
IOActionPhase
uid 288 -
padding1
protected int padding1padding1 is an undescribed parameter... -
ioAttackerID
ioAttackerID is an undescribed parameter... -
ioPrimaryTargetID
ioPrimaryTargetID is an undescribed parameter... -
padding2
protected short padding2padding2 is an undescribed parameter... -
numberOfIORecords
protected short numberOfIORecordsnumberOfIORecords is an undescribed parameter... -
ioRecords
-
byteArrayOutputStream
byteArrayOutputStream (baos) is used for marshal/unmarshal serialization- See Also:
-
dataOutputStream
dataOutputStream (dos) is used for marshal/unmarshal serialization- See Also:
-
-
Constructor Details
-
InformationOperationsActionPdu
public InformationOperationsActionPdu()Constructor creates and configures a new instance object
-
-
Method Details
-
copy
copy method creates a deep copy of current object using preferred marshalling method- Returns:
- deep copy of PDU
-
copyByteBuffer
Creates a "deep copy" of current object using ByteBuffer methods.- Returns:
- deep copy of PDU
-
copyDataOutputStream
copy method creates a deep copy of current object using DataOutputStream methods.- Returns:
- deep copy of PDU
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Specified by:
getMarshalledSize
in interfaceMarshaller
- Overrides:
getMarshalledSize
in classInformationOperationsFamilyPdu
- Returns:
- serialized size in bytes
- See Also:
-
setReceivingSimID
Setter forreceivingSimID
- Parameters:
pReceivingSimID
- new value of interest- Returns:
- same object to permit progressive setters
-
getReceivingSimID
-
setRequestID
Setter forrequestID
- Parameters:
pRequestID
- new value of interest- Returns:
- same object to permit progressive setters
-
getRequestID
-
setIOWarfareType
Setter forIOWarfareType
- Parameters:
pIOWarfareType
- new value of interest- Returns:
- same object to permit progressive setters
-
getIOWarfareType
-
setIOSimulationSource
public InformationOperationsActionPdu setIOSimulationSource(IOActionIOSimulationSource pIOSimulationSource) Setter forIOSimulationSource
- Parameters:
pIOSimulationSource
- new value of interest- Returns:
- same object to permit progressive setters
-
getIOSimulationSource
Getter forIOSimulationSource
- Returns:
- value of interest
-
setIOActionType
Setter forIOActionType
- Parameters:
pIOActionType
- new value of interest- Returns:
- same object to permit progressive setters
-
getIOActionType
-
setIOActionPhase
Setter forIOActionPhase
- Parameters:
pIOActionPhase
- new value of interest- Returns:
- same object to permit progressive setters
-
getIOActionPhase
-
setPadding1
Setter forpadding1
- Parameters:
pPadding1
- new value of interest- Returns:
- same object to permit progressive setters
-
getPadding1
-
setIoAttackerID
Setter forioAttackerID
- Parameters:
pIoAttackerID
- new value of interest- Returns:
- same object to permit progressive setters
-
getIoAttackerID
-
setIoPrimaryTargetID
Setter forioPrimaryTargetID
- Parameters:
pIoPrimaryTargetID
- new value of interest- Returns:
- same object to permit progressive setters
-
getIoPrimaryTargetID
-
setPadding2
Setter forpadding2
- Parameters:
pPadding2
- new value of interest- Returns:
- same object to permit progressive setters
-
setPadding2
Utility setter forpadding2
- Parameters:
pPadding2
- new value of interest- Returns:
- same object to permit progressive setters
-
getPadding2
-
setIoRecords
Setter forioRecords
- Parameters:
pIoRecords
- new value of interest- Returns:
- same object to permit progressive setters
-
getIoRecords
-
marshal
Serializes an object to a DataOutputStream.- Specified by:
marshal
in interfaceMarshaller
- Overrides:
marshal
in classInformationOperationsFamilyPdu
- Parameters:
dos
- the OutputStream- Throws:
Exception
- if something goes wrong- See Also:
-
unmarshal
Deserializes an object from a DataInputStream.- Specified by:
unmarshal
in interfaceMarshaller
- Overrides:
unmarshal
in classInformationOperationsFamilyPdu
- 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.- Specified by:
marshal
in interfaceMarshaller
- Overrides:
marshal
in classInformationOperationsFamilyPdu
- 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.- Specified by:
unmarshal
in interfaceMarshaller
- Overrides:
unmarshal
in classInformationOperationsFamilyPdu
- 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
- Overrides:
equals
in classInformationOperationsFamilyPdu
-
equalsImpl
Description copied from class:Pdu
Compare all fields that contribute to the state, ignoring transient and static fields, forthis
and the supplied object- Overrides:
equalsImpl
in classInformationOperationsFamilyPdu
- Parameters:
obj
- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
- Overrides:
toString
in classInformationOperationsFamilyPdu
-
hashCode
public int hashCode()- Overrides:
hashCode
in classInformationOperationsFamilyPdu
-