列车控制连接版本记录1
This commit is contained in:
parent
fd4d5ee638
commit
b7bddc6226
@ -281,7 +281,8 @@ message TrainDynamicState {
|
|||||||
// 加速
|
// 加速
|
||||||
float acceleration = 22;
|
float acceleration = 22;
|
||||||
//列车位移
|
//列车位移
|
||||||
int32 Displacement = 23;
|
// int32 Displacement = 23;
|
||||||
|
float Displacement = 23;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -590,7 +591,8 @@ message TrainMapState{
|
|||||||
//列车B端
|
//列车B端
|
||||||
TrainEndsStateMqtt trainEndsB = 64;
|
TrainEndsStateMqtt trainEndsB = 64;
|
||||||
//列车位移
|
//列车位移
|
||||||
int32 Displacement = 65;
|
// int32 Displacement = 65;
|
||||||
|
float Displacement = 65;
|
||||||
// 列车车尾所在设备ID
|
// 列车车尾所在设备ID
|
||||||
uint32 tailDeviceId = 66;
|
uint32 tailDeviceId = 66;
|
||||||
// 列车车尾所在设备偏移量
|
// 列车车尾所在设备偏移量
|
||||||
|
Loading…
Reference in New Issue
Block a user