Uses of Class
edu.nps.moves.dis7.pdus.CommentPdu
Packages that use CommentPdu
Package
Description
Utility classes supporting edu.nps.moves.dis7 library.
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 parse able time metadata encapsulated in CommentPdu for sharing.PduFactory.makeCommentPdu()
Create and add initial properties to a new Comment PDU
IEEE Std 1278.1-2012, 5.6.5.13PduFactory.makeCommentPdu
(VariableRecordType typ, String... comments) Create and add initial properties to a new Comment PDU containing the given String(s) and variable record typePduFactory.makeCommentPdu
(String... comments) Create and add initial properties to a new Comment PDU containing the given String(s), variable record type = "OTHER"DisChannel.sendCommentPdu
(double timestampSeconds, VariableRecordType commentType, String... comments) Send Comment PDU using given DIS time in seconds, after setting the PDU with given timestamp in secondsDisChannel.sendCommentPdu
(VariableRecordType commentType, String... comments) Send Comment PDU using current DIS timestampMethods 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