【增加列车更新时间字段】

This commit is contained in:
weizhihong 2023-10-17 18:03:33 +08:00
parent 0868e9273f
commit 7b83f10ef6

View File

@ -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;
} }
// //