Skip to content
Snippets Groups Projects
Commit 6e6ebb6c authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] capture initial sim time

parent e6a7fcc1
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,6 @@ public class CoTMsgParserDisRunner extends CoTparser
if (pduFactory == null)
pduFactory = getDisChannel().getPduFactory();
entityStatePdu_1 = pduFactory.makeEntityStatePdu();
simulationTimeInitial = entityStatePdu_1.getTimestamp();
// entityStatePdu_2 = pduFactory.makeEntityStatePdu();
// firePdu_1a = pduFactory.makeFirePdu();
// firePdu_1b = pduFactory.makeFirePdu();
......@@ -242,6 +241,8 @@ public class CoTMsgParserDisRunner extends CoTparser
// more is needed here by scenario authors...
// munitionDescriptor1.setQuantity(1);
// firePdu_1a.setDescriptor(munitionDescriptor1).setRange(1000.0f);
simulationTimeInitial = entityStatePdu_1.getTimestamp();
}
/**
......
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