Coded time motion location

This commit is contained in:
Dan Paulat 2022-01-26 13:52:14 -06:00
parent b96455190f
commit db4f37a37d
5 changed files with 322 additions and 0 deletions

View file

@ -3,6 +3,7 @@ project(scwx-data)
find_package(Boost)
set(HDR_AWIPS include/scwx/awips/coded_location.hpp
include/scwx/awips/coded_time_motion_location.hpp
include/scwx/awips/message.hpp
include/scwx/awips/phenomenon.hpp
include/scwx/awips/pvtec.hpp
@ -11,6 +12,7 @@ set(HDR_AWIPS include/scwx/awips/coded_location.hpp
include/scwx/awips/text_product_message.hpp
include/scwx/awips/wmo_header.hpp)
set(SRC_AWIPS source/scwx/awips/coded_location.cpp
source/scwx/awips/coded_time_motion_location.cpp
source/scwx/awips/message.cpp
source/scwx/awips/phenomenon.cpp
source/scwx/awips/pvtec.cpp