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

pduRecorder.setEncodingPduLog

parent 43c49d1e
No related branches found
No related tags found
No related merge requests found
...@@ -254,6 +254,7 @@ public class ExampleSimulationProgram ...@@ -254,6 +254,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.setEncodingPduLog(PduRecorder.ENCODING_PLAINTEXT);
pduRecorder.setVerbose(true); pduRecorder.setVerbose(true);
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