Omaha #3232 Add DynamicSerialize to radar hail prob packet.
Former-commit-id:1599e7df77
[formerlyaa0766584e
] [formerly4240ad5c1b
] [formerly79cb8ebae8
[formerly4240ad5c1b
[formerly 713371e38842d3f8fd26f4df83d4b201611cd002]]] Former-commit-id:79cb8ebae8
Former-commit-id: 3b2197a73fc71bf68652ff71a6d21b6a48a9f10e [formerly5002a8a85e
] Former-commit-id:b480b2cec5
This commit is contained in:
parent
09cba64e6c
commit
a8337629fb
1 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@ package com.raytheon.uf.common.dataplugin.radar.level3;
|
||||||
import java.io.DataInputStream;
|
import java.io.DataInputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
|
import com.raytheon.uf.common.serialization.annotations.DynamicSerialize;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hail probable uses the same decoder as TVS
|
* Hail probable uses the same decoder as TVS
|
||||||
*
|
*
|
||||||
|
@ -39,7 +41,7 @@ import java.io.IOException;
|
||||||
* @author mnash
|
* @author mnash
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
|
@DynamicSerialize
|
||||||
public class HailProbablePacket extends HailPositivePacket {
|
public class HailProbablePacket extends HailPositivePacket {
|
||||||
|
|
||||||
public HailProbablePacket(int packetId, DataInputStream in)
|
public HailProbablePacket(int packetId, DataInputStream in)
|
||||||
|
|
Loading…
Add table
Reference in a new issue