Skip to content
Snippets Groups Projects
Commit bca217dd authored by Brennenstuhl, Tobias FORNATL, GY's avatar Brennenstuhl, Tobias FORNATL, GY
Browse files

Merge origin/master

Conflicts:
	assignments/ReportingForDuty.md
parent 14a20c92
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import java.util.*;
import edu.nps.moves.dis7.*;
import edu.nps.moves.dis7.enumerations.*;
import javax.swing.text.html.parser.Entity;
/**
* This is an example that sends many/most types of PDUs. Useful for testing standards
......@@ -43,6 +44,7 @@ public class BrennenstuhlPduSender
public void run()
{
System.out.println("DisExamplesOpenDis7.AllPduSender started...");
try
{
......@@ -364,7 +366,9 @@ public class BrennenstuhlPduSender
case COMMENT:
aPdu = new CommentPdu();
CommentPdu newCommentPdu = (CommentPdu)aPdu;
CommentPdu chuckNorris = (CommentPdu)aPdu;
chuckNorris.setExerciseID((byte)0);
//chuckNorris.setOriginatingID(ChuckNorrisEntityID);
VariableDatum newVariableDatum = new VariableDatum();
// etc. see Garrett and Pete's code
break;
......
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