【增加列车更新时间字段】
This commit is contained in:
parent
0868e9273f
commit
7b83f10ef6
@ -169,6 +169,8 @@ message TrainDynamicState {
|
|||||||
bool udpInterruption = 21;
|
bool udpInterruption = 21;
|
||||||
// 加速
|
// 加速
|
||||||
float acceleration = 22;
|
float acceleration = 22;
|
||||||
|
// 与vobc偏差时间
|
||||||
|
int64 diffTime = 24;
|
||||||
}
|
}
|
||||||
|
|
||||||
// vobc发过来的列车信息
|
// vobc发过来的列车信息
|
||||||
@ -223,6 +225,8 @@ message TrainVobcState {
|
|||||||
bool allDoorClose = 24;
|
bool allDoorClose = 24;
|
||||||
// 通讯中断
|
// 通讯中断
|
||||||
bool udpInterruption = 25;
|
bool udpInterruption = 25;
|
||||||
|
// 更新时间
|
||||||
|
int64 updateTime = 26;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 继电器状态
|
// 继电器状态
|
||||||
|
Loading…
Reference in New Issue
Block a user