Skip to content
Snippets Groups Projects
Commit 8d39245c authored by Brutzman, Don's avatar Brutzman, Don
Browse files

additional recording/playback information

parent 3c301504
No related branches found
No related tags found
No related merge requests found
# PDU Log Files
This directory holds temporary files and may be overwritten at any time!
Each time you run a DIS simulation and a PduRecorder is listening, another
log file is created.
Be sure to save your work, when appropriate, by copying your log file to
the corresponding homework or project directory (and likely renaming as well).
Note that the PDU log files are very tolerant of inline comments starting with
a # character, so you can list success/failure/TODO issues there as well.
......@@ -250,6 +250,7 @@ public class ExampleSimulationProgram
System.out.println("Beginning pdu save to directory " + outputDirectory);
pduRecorder = new PduRecorder(outputDirectory, getNetworkAddress(), getNetworkPort()); // assumes save
pduRecorder.setDescriptor ("ExampleSimulationProgram pduRecorder");
// pduRecorder.setVerbose(true); // TODO
pduRecorder.start(); // begin running
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment