【增加列车状态属性】
This commit is contained in:
parent
5618f0586e
commit
ab41f6836f
@ -120,6 +120,10 @@ message TrainState{
|
||||
int64 headOffset = 26;
|
||||
// 设备端口
|
||||
string devicePort = 27;
|
||||
// 运行方向指向(区段:A-B,道岔:-> 岔心)
|
||||
bool pointTo = 28;
|
||||
// 运行上下行(公里标 上行:小 -> 大,下行:大 -> 小)
|
||||
bool runDirection = 29;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user