【列车增加车头设备ID、车头偏移量】

This commit is contained in:
weizhihong 2023-08-09 17:20:18 +08:00
parent 7bc8fe7113
commit 36b8fa6abf

View File

@ -114,6 +114,10 @@ message TrainState{
int64 trainLength = 23;
//
bool show = 24;
// ID
string headDeviceId = 25;
//
int64 headOffset = 26;
}
////////////////////////////////////////////////////////////////////////////