列车状态增加车尾设备端口

This commit is contained in:
thesai 2024-02-21 09:14:13 +08:00
parent 55e58e0d18
commit ced6f855df

View File

@ -416,8 +416,10 @@ message TrainMapState{
uint32 tailDeviceId = 66; uint32 tailDeviceId = 66;
// //
int64 tailOffset = 67; int64 tailOffset = 67;
//
string tailDevicePort = 68;
// BTM状态 // BTM状态
BTMState btmState = 68; BTMState btmState = 69;
} }
message BTMState { message BTMState {