列车状态增加BTM状态(逻辑中为BTM状态字段赋值)
This commit is contained in:
parent
4e3b2300d1
commit
71be4e2c14
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user