Refactoring generic message components to awips namespace

This commit is contained in:
Dan Paulat 2022-01-14 19:34:47 -06:00
parent a76103650e
commit 7a9582a689
14 changed files with 64 additions and 65 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include <scwx/wsr88d/message.hpp>
#include <scwx/awips/message.hpp>
#include <cstdint>
#include <memory>
@ -14,7 +14,7 @@ namespace rpg
class GraphicAlphanumericBlockImpl;
class GraphicAlphanumericBlock : public Message
class GraphicAlphanumericBlock : public awips::Message
{
public:
explicit GraphicAlphanumericBlock();