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

corrected entity name

parent a56c6e18
No related branches found
No related tags found
No related merge requests found
...@@ -102,11 +102,11 @@ public class EntityUse ...@@ -102,11 +102,11 @@ public class EntityUse
espdu = (EntityStatePdu)pduFactory.createPdu(DISPDUType.ENTITY_STATE); espdu = (EntityStatePdu)pduFactory.createPdu(DISPDUType.ENTITY_STATE);
/* set desired entity state fields here */ /* set desired entity state fields here */
AD44Shenandoah et2 = new AD44Shenandoah(); AD_44_Shenandoah entityType2 = new AD_44_Shenandoah(); // edu.nps.moves.dis7.entities.usa.platform.surface
espdu.setEntityType(et2); espdu.setEntityType(entityType2);
netif.send(espdu); // possibly throws IOException netif.send(espdu); // possibly throws IOException
sleep(100L); sleep(100L); // TODO remove?
} }
private static void sleep(long ms) private static void sleep(long ms)
......
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