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

DisTime improvements open-dis7

parent 469bcd43
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ public class AllPduReceiver ...@@ -32,7 +32,7 @@ public class AllPduReceiver
MulticastSocket multicastSocket; MulticastSocket multicastSocket;
InetAddress multicastInetAddress; InetAddress multicastInetAddress;
PduFactory pduFactory = new PduFactory(); PduFactory pduFactory = new PduFactory();
DisTime.TimestampStyle timestampStyle = DisTime.TimestampStyle.YEAR; DisTime.TimestampStyle timestampStyle = DisTime.TimestampStyle.IEEE_ABSOLUTE;
DisTime.setTimestampStyle(timestampStyle); DisTime.setTimestampStyle(timestampStyle);
System.out.println(TRACE_PREFIX + "started..."); System.out.println(TRACE_PREFIX + "started...");
......
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