【增加加速度字段】

This commit is contained in:
weizhihong 2023-10-07 16:49:22 +08:00
parent 6702c9ad58
commit b25e7d6d34

View File

@ -140,8 +140,10 @@ message TrainDynamicState {
int32 headRadarSpeed = 19;
//m/stailRadarSpeed,1=1km/h
int32 tailRadarSpeed = 20;
//
//
bool udpInterruption = 21;
//
float acceleration = 22;
}
// vobc发过来的列车信息
@ -194,7 +196,7 @@ message TrainVobcState {
bool rightDoorCloseCommand = 23;
// 1=
bool allDoorClose = 24;
//
//
bool udpInterruption = 25;
}