Skip to content

Commit

Permalink
Merge pull request #53 from terminal2/SurfacePosition
Browse files Browse the repository at this point in the history
Surface Position
  • Loading branch information
IDBeswick authored Jun 5, 2023
2 parents 12ff85f + dfa39ca commit fd8537c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/java/aero/t2s/modes/decoder/df/DF18.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ public DF18 decode() {
int typeCode = data[4] >>> 3;

switch (typeCode) {
case 0:
case 9:
case 10:
case 11:
case 12:
case 13:
case 14:
case 15:
case 16:
case 17:
case 18:
case 20:
case 21:
case 22:
extendedSquitter = new AirbornePosition(data, getIcao());
break;
case 1:
case 2:
case 3:
Expand Down

0 comments on commit fd8537c

Please sign in to comment.