列车状态增加BTM状态(逻辑中为BTM状态字段赋值)

This commit is contained in:
thesai 2024-02-06 16:39:55 +08:00
parent 4e3b2300d1
commit 71be4e2c14

View File

@ -161,6 +161,8 @@ message TrainState{
common.TrainEndsState trainEndsA = 18;
//B端
common.TrainEndsState trainEndsB = 19;
// BTM状态
BTMState btmState = 20;
}
//
@ -410,8 +412,6 @@ message TrainMapState{
uint32 tailDeviceId = 66;
//
int64 tailOffset = 67;
// BTM状态
BTMState btmState = 68;
}
message BTMState {