sectionLink增加index

This commit is contained in:
fan 2023-07-14 14:07:06 +08:00
parent f0f415273f
commit 6500af4b05

View File

@ -234,11 +234,12 @@ message SectionLink {
CommonInfo common = 1;
string code = 2;
repeated Point points = 3;
bool up = 4;
SimpleRef aSimRef = 5;
SimpleRef bSimRef = 6;
RelatedRef aRef = 7;
RelatedRef bRef = 8;
bool up = 4; //
SimpleRef aSimRef = 5; // SectionLink A端连接设备 AxleCounting/Turnout
SimpleRef bSimRef = 6; // SectionLink B端连接设备 AxleCounting/Turnout
RelatedRef aRef = 7; // SectionLink A端连接设备 SectionLink/Turnout
RelatedRef bRef = 8; //SectionLink B端连接设备 SectionLink/Turnout
int32 index = 9; //
}
message AxleCountingSection { //