【增加加速度字段】
This commit is contained in:
parent
6702c9ad58
commit
b25e7d6d34
@ -140,8 +140,10 @@ message TrainDynamicState {
|
||||
int32 headRadarSpeed = 19;
|
||||
//尾车雷达速度值(m/s)tailRadarSpeed,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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user