列车状态增加车尾设备端口
This commit is contained in:
parent
55e58e0d18
commit
ced6f855df
@ -416,8 +416,10 @@ message TrainMapState{
|
||||
uint32 tailDeviceId = 66;
|
||||
// 列车车尾所在设备偏移量
|
||||
int64 tailOffset = 67;
|
||||
// 列车车尾所在设备端口
|
||||
string tailDevicePort = 68;
|
||||
// BTM状态
|
||||
BTMState btmState = 68;
|
||||
BTMState btmState = 69;
|
||||
}
|
||||
|
||||
message BTMState {
|
||||
|
Loading…
Reference in New Issue
Block a user