【列车增加车头设备ID、车头偏移量】
This commit is contained in:
parent
7bc8fe7113
commit
36b8fa6abf
@ -114,6 +114,10 @@ message TrainState{
|
||||
int64 trainLength = 23;
|
||||
//列车是否显示
|
||||
bool show = 24;
|
||||
// 列车车头所在设备ID
|
||||
string headDeviceId = 25;
|
||||
// 列车车头所在设备偏移量
|
||||
int64 headOffset = 26;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user