Skip to content

Commit

Permalink
Add GT300 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Dec 29, 2023
1 parent a9e0e65 commit 0b3842c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ public void testDecode() throws Exception {

var decoder = inject(new Gl100ProtocolDecoder(null));

verifyPosition(decoder, text(
"+RESP:GTRTL,359464032011616,1,0,0,0,0.1,0,1662.5,,36.822301,-1.309476,20230706032920,0639,0002,08DF,1F5E,00,095,0101050105,4470"));

verifyPosition(decoder, text(
"+RESP:GTLGL,359464030492644,1,2,1,0,0.4,0,299.7,1,5.455551,51.449776,20160311083229,0204,0016,03EC,BD94,00,0036,0102090501"));

Expand Down

0 comments on commit 0b3842c

Please sign in to comment.