model构建
This commit is contained in:
parent
ece73255dc
commit
a03f0ae446
@ -26,6 +26,8 @@ message SectionState{
|
|||||||
//区段占用
|
//区段占用
|
||||||
//true-占用;false-出清
|
//true-占用;false-出清
|
||||||
bool occupied = 3;
|
bool occupied = 3;
|
||||||
|
//占用该区段的所有列车的索引列表,即有哪些列车在该区段上
|
||||||
|
repeated string trainId = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
//道岔状态
|
//道岔状态
|
||||||
|
Loading…
Reference in New Issue
Block a user