Updating test product messages to expose additional details

This commit is contained in:
Dan Paulat 2022-10-16 12:49:29 -05:00
parent 3692ef75f2
commit 612874f830
7 changed files with 80 additions and 2 deletions

View file

@ -23,6 +23,7 @@ public:
explicit TextEventManager();
~TextEventManager();
size_t message_count(const types::TextEventKey& key) const;
std::vector<std::shared_ptr<awips::TextProductMessage>>
message_list(const types::TextEventKey& key) const;