修改列车BTM信息的报文为最后收到的报文;修改BTM探测逻辑执行不需要【车载应答器天线功率放大器】为开启状态;修改车尾位置计算bug
This commit is contained in:
parent
ced6f855df
commit
8820c9f2ab
@ -165,8 +165,10 @@ message TrainState{
|
||||
uint32 tailDeviceId = 20;
|
||||
// 列车尾端所在设备偏移量
|
||||
int64 tailOffset = 21;
|
||||
// 列车尾端所在设备端口
|
||||
string tailDevicePort = 22;
|
||||
// BTM状态
|
||||
BTMState btmState = 22;
|
||||
BTMState btmState = 23;
|
||||
}
|
||||
|
||||
// 动力学列车状态
|
||||
|
Loading…
Reference in New Issue
Block a user