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

pduRecorder.setVerbose(true) and related methods now available

parent 175944c0
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ public class ExampleSimulationProgram ...@@ -72,7 +72,7 @@ public class ExampleSimulationProgram
entityStatePdu_2.setForceId(ForceID.OPPOSING); entityStatePdu_2.setForceId(ForceID.OPPOSING);
FirePdu firePdu_1a = pduFactory.makeFirePdu(); // for entity 1 first weapon (if any) FirePdu firePdu_1a = pduFactory.makeFirePdu(); // for entity 1 first weapon (if any)
FirePdu firePdu_1b = pduFactory.makeFirePdu(); // for entity 1 second weapon (if any) // FirePdu firePdu_1b = pduFactory.makeFirePdu(); // for entity 1 second weapon (if any)
// should we customize this munition? what is it for your simulation? // should we customize this munition? what is it for your simulation?
// TODO simulation management PDUs for startup, planning to design special class support // TODO simulation management PDUs for startup, planning to design special class support
...@@ -250,7 +250,7 @@ public class ExampleSimulationProgram ...@@ -250,7 +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.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