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.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 TypeMethodDescriptionPduFactory.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"