From dd03be9f8448a8e6556f14f8cb6c3a73fb7d7f01 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Wed, 27 Sep 2017 16:11:12 -0700 Subject: [PATCH] Fix comment message type reporting itself as ExtEventPVTGeodetic --- src/clj_septentrio/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj_septentrio/core.clj b/src/clj_septentrio/core.clj index 5523a68..33ad971 100644 --- a/src/clj_septentrio/core.clj +++ b/src/clj_septentrio/core.clj @@ -17,7 +17,7 @@ CommentLn (uint16 (.getShort buffer)) Comment (byte-array CommentLn)] (System/arraycopy (.array buffer) (.position buffer) Comment 0 CommentLn) - {:message :ExtEventPVTGeodetic + {:message :Comment :TOW TOW :WNc WNc :CommentLn CommentLn :Comment (new String Comment)})) (defn- ExtEventPVTGeodetic