Cell trend volume scan times

This commit is contained in:
Dan Paulat 2022-01-12 00:25:47 -06:00
parent 67a8184ea7
commit 798b348d8b
4 changed files with 203 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include <scwx/wsr88d/rpg/packet_factory.hpp>
#include <scwx/wsr88d/rpg/cell_trend_data_packet.hpp>
#include <scwx/wsr88d/rpg/cell_trend_volume_scan_times.hpp>
#include <scwx/wsr88d/rpg/digital_precipitation_data_array_packet.hpp>
#include <scwx/wsr88d/rpg/digital_radial_data_array_packet.hpp>
#include <scwx/wsr88d/rpg/generic_data_packet.hpp>
@ -61,6 +62,7 @@ static const std::unordered_map<uint16_t, CreateMessageFunction> create_ {
{19, HdaHailSymbolPacket::Create},
{20, PointFeatureSymbolPacket::Create},
{21, CellTrendDataPacket::Create},
{22, CellTrendVolumeScanTimes::Create},
{23, ScitForecastDataPacket::Create},
{24, ScitForecastDataPacket::Create},
{25, StiCircleSymbolPacket::Create},