Skip to content
Snippets Groups Projects
Commit 059010bb authored by brutzman's avatar brutzman
Browse files

adjust output

parent a2cee202
No related branches found
No related tags found
No related merge requests found
ant -f C:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples\\DisDemo -Dnb.internal.action.name=run run ant -f C:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples\\DisDemo -Dnb.internal.action.name=run.single -Djavac.includes=DisDemo/DisDemonstration.java -Drun.class=DisDemo.DisDemonstration run-single
init: init:
Deleting: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\DisDemo\build\built-jar.properties Deleting: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\DisDemo\build\built-jar.properties
deps-jar: deps-jar:
...@@ -6,48 +6,48 @@ Updating property file: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\DisDemo ...@@ -6,48 +6,48 @@ Updating property file: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\DisDemo
Compiling 1 source file to C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\DisDemo\build\classes Compiling 1 source file to C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\DisDemo\build\classes
warning: [options] bootstrap class path not set in conjunction with -source 8 warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning 1 warning
compile: compile-single:
run: run-single:
DisDemo.DisDemonstration: sending 20 ESPDU packets at 1000 msec (1.0 second) intervals on DisDemo.DisDemonstration: sending 20 ESPDU packets at 1000 msec (1.0 second) intervals on
broadcast address=[/172.16.0.255] port 3000 broadcast address=[/172.16.0.255] port 3000
Current position: 0.0, 1.0, 0.0 Current position: 0.0, 1.0, 0.0
... sent 1 of 20 ... sent DIS ESPDU 1 of 20
Current position: 0.0, 2.0, 0.0 Current position: 0.0, 2.0, 0.0
... sent 2 of 20 ... sent DIS ESPDU 2 of 20
Current position: 0.0, 3.0, 0.0 Current position: 0.0, 3.0, 0.0
... sent 3 of 20 ... sent DIS ESPDU 3 of 20
Current position: 0.0, 4.0, 0.0 Current position: 0.0, 4.0, 0.0
... sent 4 of 20 ... sent DIS ESPDU 4 of 20
Current position: 0.0, 5.0, 0.0 Current position: 0.0, 5.0, 0.0
... sent 5 of 20 ... sent DIS ESPDU 5 of 20
Current position: 0.0, 6.0, 0.0 Current position: 0.0, 6.0, 0.0
... sent 6 of 20 ... sent DIS ESPDU 6 of 20
Current position: 0.0, 7.0, 0.0 Current position: 0.0, 7.0, 0.0
... sent 7 of 20 ... sent DIS ESPDU 7 of 20
Current position: 0.0, 8.0, 0.0 Current position: 0.0, 8.0, 0.0
... sent 8 of 20 ... sent DIS ESPDU 8 of 20
Current position: 0.0, 9.0, 0.0 Current position: 0.0, 9.0, 0.0
... sent 9 of 20 ... sent DIS ESPDU 9 of 20
Current position: 0.0, 10.0, 0.0 Current position: 0.0, 10.0, 0.0
... sent 10 of 20 ... sent DIS ESPDU 10 of 20
Current position: 0.0, 11.0, 0.0 Current position: 0.0, 11.0, 0.0
... sent 11 of 20 ... sent DIS ESPDU 11 of 20
Current position: 0.0, 12.0, 0.0 Current position: 0.0, 12.0, 0.0
... sent 12 of 20 ... sent DIS ESPDU 12 of 20
Current position: 0.0, 13.0, 0.0 Current position: 0.0, 13.0, 0.0
... sent 13 of 20 ... sent DIS ESPDU 13 of 20
Current position: 0.0, 14.0, 0.0 Current position: 0.0, 14.0, 0.0
... sent 14 of 20 ... sent DIS ESPDU 14 of 20
Current position: 0.0, 15.0, 0.0 Current position: 0.0, 15.0, 0.0
... sent 15 of 20 ... sent DIS ESPDU 15 of 20
Current position: 0.0, 16.0, 0.0 Current position: 0.0, 16.0, 0.0
... sent 16 of 20 ... sent DIS ESPDU 16 of 20
Current position: 0.0, 17.0, 0.0 Current position: 0.0, 17.0, 0.0
... sent 17 of 20 ... sent DIS ESPDU 17 of 20
Current position: 0.0, 18.0, 0.0 Current position: 0.0, 18.0, 0.0
... sent 18 of 20 ... sent DIS ESPDU 18 of 20
Current position: 0.0, 19.0, 0.0 Current position: 0.0, 19.0, 0.0
... sent 19 of 20 ... sent DIS ESPDU 19 of 20
Current position: 0.0, 20.0, 0.0 Current position: 0.0, 20.0, 0.0
... sent 20 of 20 ... sent DIS ESPDU 20 of 20
BUILD SUCCESSFUL (total time: 21 seconds) BUILD SUCCESSFUL (total time: 21 seconds)
...@@ -106,7 +106,7 @@ public class DisDemonstration { ...@@ -106,7 +106,7 @@ public class DisDemonstration {
packet = new DatagramPacket(buffer.array(), buffer.array().length, aBcast, PORT); packet = new DatagramPacket(buffer.array(), buffer.array().length, aBcast, PORT);
socket.send(packet); socket.send(packet);
} }
System.out.println("... sent " + index + " of " + NUMBER_OF_SENDS); System.out.println("... sent DIS ESPDU " + index + " of " + NUMBER_OF_SENDS);
Thread.sleep(INTERVAL_MSEC); Thread.sleep(INTERVAL_MSEC);
} }
} }
......
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