|
@@ -34,6 +34,7 @@ public class DataReaderListenerImpl extends DDS._DataReaderListenerLocalBase {
|
|
|
public String realJamID = "";
|
|
|
public String realRadarID = "";
|
|
|
public String text = "";
|
|
|
+ public int isEnd = 0;
|
|
|
private static final int N_EXPECTED = 40;
|
|
|
private ArrayList<Boolean> counts = new ArrayList<Boolean>(N_EXPECTED);
|
|
|
public Map<String, Position> positionMap = new ConcurrentHashMap<>();
|
|
@@ -339,6 +340,7 @@ public class DataReaderListenerImpl extends DDS._DataReaderListenerLocalBase {
|
|
|
this.isRecall = 0;
|
|
|
this.isTeam = 0;
|
|
|
this.isCoopParamsInit = 0;
|
|
|
+ this.isEnd = 1;
|
|
|
this.sdrStatueMap.clear();
|
|
|
realJamID = "";
|
|
|
realRadarID = "";
|