Skip to content

Commit

Permalink
starting on IMO 8 1 22
Browse files Browse the repository at this point in the history
  • Loading branch information
schwehr committed Feb 4, 2011
1 parent 396c325 commit 34ae14d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile-custom
Expand Up @@ -21,6 +21,10 @@ SRCS := ais.cpp
SRCS += ais1_2_3.cpp ais4_11.cpp ais5.cpp ais7_13.cpp

SRCS += ais8.cpp

# IMO Messages - Circ 289
SRCS += ais8_001_22.cpp # Area notice

# US Specific Messages
SRCS += ais8_366_22.cpp

Expand Down Expand Up @@ -118,6 +122,7 @@ ais123.o: ais.h
ais4_11.o: ais.h
ais5.o: ais.h
ais7_13.o: ais.h
ais8_001_22.o: ais.h
ais14.o: ais.h
ais18.o: ais.h
ais19.o: ais.h
Expand Down
2 changes: 2 additions & 0 deletions ais8_366_22.h
@@ -1,6 +1,8 @@
// -*- c++ -*-
// Way complicated

// Which spec was I coding to? Probably the Nav55


enum Ais8_366_22_AreaShapeEnum {
AIS8_366_22_SHAPE_ERROR = -1,
Expand Down

0 comments on commit 34ae14d

Please sign in to comment.