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

corrected enumeration naming

parent afe77990
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ public class EntityUse
espdu = (EntityStatePdu)pduFactory.createPdu(DISPDUType.ENTITY_STATE);
/* set desired entity state fields here */
AD_44_Shenandoah entityType2 = new AD_44_Shenandoah(); // edu.nps.moves.dis7.entities.usa.platform.surface
AD44Shenandoah entityType2 = new AD44Shenandoah(); // edu.nps.moves.dis7.entities.usa.platform.surface
espdu.setEntityType(entityType2);
netif.send(espdu); // possibly throws IOException
......
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