diff --git a/examples/src/OpenDis7Examples/ExampleSimulationProgram.java b/examples/src/OpenDis7Examples/ExampleSimulationProgram.java index c96bbe1852b3789d374d84785ed506d279ea3f83..d26ee14e6dd40caf8cff30a3f95e33a32270fac4 100644 --- a/examples/src/OpenDis7Examples/ExampleSimulationProgram.java +++ b/examples/src/OpenDis7Examples/ExampleSimulationProgram.java @@ -72,7 +72,7 @@ public class ExampleSimulationProgram entityStatePdu_2.setForceId(ForceID.OPPOSING); 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? // TODO simulation management PDUs for startup, planning to design special class support @@ -250,7 +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.setVerbose(true); pduRecorder.start(); // begin running }