修改列车BTM信息的报文为最后收到的报文;修改BTM探测逻辑执行不需要【车载应答器天线功率放大器】为开启状态;修改车尾位置计算bug

This commit is contained in:
thesai 2024-02-21 14:54:16 +08:00
parent ced6f855df
commit 8820c9f2ab

View File

@ -165,8 +165,10 @@ message TrainState{
uint32 tailDeviceId = 20;
//
int64 tailOffset = 21;
//
string tailDevicePort = 22;
// BTM状态
BTMState btmState = 22;
BTMState btmState = 23;
}
//