Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-message
This commit is contained in:
commit
4147f6e740
0
protoc-23.1/bin/linux-x86_64/protoc
Normal file → Executable file
0
protoc-23.1/bin/linux-x86_64/protoc
Normal file → Executable file
@ -21,6 +21,7 @@ message RtssGraphicStorage {
|
||||
repeated Separator separators = 14;
|
||||
repeated SectionLink sectionLinks = 15;
|
||||
repeated AxleCountingSection axleCountingSections = 16;
|
||||
repeated AxleCountingSection logicSections = 17;
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -205,6 +206,12 @@ message RelatedRef {
|
||||
DevicePort devicePort = 3; //关联的设备端口
|
||||
}
|
||||
|
||||
//与道岔的位置关系
|
||||
message TurnoutPosRef {
|
||||
string id = 1; //道岔的ID
|
||||
int32 position= 2; //道岔的正反为,0是正位,1是反位
|
||||
}
|
||||
|
||||
message Separator { // 分隔符
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
@ -224,4 +231,5 @@ message AxleCountingSection { // 计轴区段
|
||||
repeated Point points = 3;
|
||||
RelatedRef paRef = 4; // 区段A端关联的设备
|
||||
RelatedRef pbRef = 5; // 区段B端关联的设备
|
||||
repeated TurnoutPosRef turnoutPos=6; //关联道岔的正反位
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user