Skip to content
Snippets Groups Projects
Commit 7a8578b8 authored by adfis's avatar adfis
Browse files

Merge origin/master

parents 380def7a 8d39245c
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! 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 ...@@ -250,6 +250,7 @@ public class ExampleSimulationProgram
System.out.println("Beginning pdu save to directory " + outputDirectory); System.out.println("Beginning pdu save to directory " + outputDirectory);
pduRecorder = new PduRecorder(outputDirectory, getNetworkAddress(), getNetworkPort()); // assumes save pduRecorder = new PduRecorder(outputDirectory, getNetworkAddress(), getNetworkPort()); // assumes save
pduRecorder.setDescriptor ("ExampleSimulationProgram pduRecorder"); pduRecorder.setDescriptor ("ExampleSimulationProgram pduRecorder");
// pduRecorder.setVerbose(true); // TODO
pduRecorder.start(); // begin running 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