Uses of Class
edu.nps.moves.dis7.pdus.EventReportPdu
Packages that use EventReportPdu
Package
Description
Utility classes supporting edu.nps.moves.dis7 library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of EventReportPdu in edu.nps.moves.dis7.pdus
Methods in edu.nps.moves.dis7.pdus that return EventReportPduModifier and TypeMethodDescriptionEventReportPdu.copy()
copy method creates a deep copy of current object using preferred marshalling methodEventReportPdu.copyByteBuffer()
Creates a "deep copy" of current object using ByteBuffer methods.EventReportPdu.copyDataOutputStream()
copy method creates a deep copy of current object using DataOutputStream methods.EventReportPdu.setEventType
(EventReportEventType pEventType) Setter foreventType
EventReportPdu.setFixedDatums
(List<FixedDatum> pFixedDatums) Setter forfixedDatums
EventReportPdu.setPadding1
(int pPadding1) Setter forpadding1
EventReportPdu.setVariableDatums
(List<VariableDatum> pVariableDatums) Setter forvariableDatums
-
Uses of EventReportPdu in edu.nps.moves.dis7.utilities
Methods in edu.nps.moves.dis7.utilities that return EventReportPduModifier and TypeMethodDescriptionPduFactory.makeEventReportPdu()
Create and add initial properties to an Event Report PDU
IEEE Std 1278.1-2012, 5.6.5.12