Uses of Class
edu.nps.moves.dis7.pdus.CommentPdu
Packages that use CommentPdu
Package
Description
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of CommentPdu in edu.nps.moves.dis7.pdus
Methods in edu.nps.moves.dis7.pdus that return CommentPduModifier and TypeMethodDescriptionCommentPdu.copy()
copy method creates a deep copy of current object using preferred marshalling methodCommentPdu.copyByteBuffer()
Creates a "deep copy" of current object using ByteBuffer methods.CommentPdu.copyDataOutputStream()
copy method creates a deep copy of current object using DataOutputStream methods.CommentPdu.setVariableDatums
(List<VariableDatum> pVariableDatums) Setter forvariableDatums
-
Uses of CommentPdu in edu.nps.moves.dis7.utilities
Methods in edu.nps.moves.dis7.utilities that return CommentPduModifier and TypeMethodDescriptionstatic CommentPdu
DisTime.buildTimeMetadataCommentPdu()
Provide parsable time metadata encapsulated in CommentPdu for sharingPduFactory.makeCommentPdu()
Create a Comment PDU
IEEE Std 1278.1-2012, 5.6.5.13PduFactory.makeCommentPdu
(VariableRecordType typ, String... comments) Create a Comment PDU containing the given String(s) and variable record typePduFactory.makeCommentPdu
(String... comments) Create a Comment PDU containing the given String(s), variable record type = "OTHER"Methods in edu.nps.moves.dis7.utilities with parameters of type CommentPduModifier and TypeMethodDescriptionstatic boolean
DisTime.configureTimeMetadata
(CommentPdu timeMetadataCommentPdu) Provide corresponding utility method to parse time metadata from CommentPdu