Uses of Class
edu.nps.moves.dis7.utilities.stream.PduRecorder
Packages that use PduRecorder
Package
Description
Utility classes supporting edu.nps.moves.dis7 library.
Streaming utility classes supporting edu.nps.moves.dis7 library.
-
Uses of PduRecorder in edu.nps.moves.dis7.utilities
Fields in edu.nps.moves.dis7.utilities declared as PduRecorderModifier and TypeFieldDescriptionprotected PduRecorder
DisChannel.pduRecorder
utility class for recording PDUsMethods in edu.nps.moves.dis7.utilities that return PduRecorderModifier and TypeMethodDescriptionDisChannel.getPduRecorder()
Get link to an already-created PduRecorder connected to current disThreadedInterface -
Uses of PduRecorder in edu.nps.moves.dis7.utilities.stream
Methods in edu.nps.moves.dis7.utilities.stream that return PduRecorderModifier and TypeMethodDescriptionPduRecorder.setAddress
(String newAddress) Network address for send and receive connections.PduRecorder.setDescriptor
(String newDescriptor) Set new simple descriptor (such as parent class name) for this network interface, used in trace statementsPduRecorder.setEncodingPduLog
(String newEncodingPduLog) Set encoding for PDU LogPduRecorder.setLogFileName
(String logFileName) Set file name of PDU logPduRecorder.setOutputDirectory
(String outputDirectory) Set output directory for this PduRecorderPduRecorder.setPort
(int newPortValue) Set network port used, multicast or unicast.PduRecorder.setVerbose
(boolean newValue) Set whether or not trace statements are provided when packets are sent or received.PduRecorder.setVerboseIncludesTimestamp
(boolean verboseIncludesTimestamp) Set whether or not trace statements include timestamp values.PduRecorder.setVerboseReceipt
(boolean newValue) Set whether or not trace statements are provided when packets are received.PduRecorder.setVerboseSending
(boolean newValue) Set whether or not trace statements are provided when packets are sent.