mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:20:05 +00:00
Cell trend volume scan times
This commit is contained in:
parent
67a8184ea7
commit
798b348d8b
4 changed files with 203 additions and 0 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue