修改增量消息列车状态类型
This commit is contained in:
parent
aa6a31283a
commit
999608fa88
@ -451,7 +451,7 @@ message MkxJState {
|
||||
//仿真运行时状态变化量,当前时刻与上一时刻比较得到
|
||||
message VariationStatus{
|
||||
//新增或变化的列车的状态
|
||||
repeated TrainState updatedTrain = 1;
|
||||
repeated TrainMapState updatedTrain = 1;
|
||||
//移除的列车的索引
|
||||
repeated string removedTrainId = 2;
|
||||
//状态发生变化的道岔
|
||||
|
Loading…
Reference in New Issue
Block a user