道岔公里标
This commit is contained in:
parent
47b0566e7c
commit
2dad2c17b2
@ -153,13 +153,14 @@ message IscsFan {
|
|||||||
message Turnout {
|
message Turnout {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
repeated Point pointA = 6; // A端坐标列表
|
repeated Point pointA = 6; // A端坐标列表
|
||||||
repeated Point pointB = 7; // B端坐标列表
|
repeated Point pointB = 7; // B端坐标列表
|
||||||
repeated Point pointC = 8; // C端坐标列表
|
repeated Point pointC = 8; // C端坐标列表
|
||||||
RelatedRef paRef = 9; // 道岔A端关联的设备
|
RelatedRef paRef = 9; // 道岔A端关联的设备
|
||||||
RelatedRef pbRef = 10; // 道岔B端关联的设备
|
RelatedRef pbRef = 10; // 道岔B端关联的设备
|
||||||
RelatedRef pcRef = 11; // 道岔C端关联的设备
|
RelatedRef pcRef = 11; // 道岔C端关联的设备
|
||||||
KilometerSystem kilometerSystem = 12; // 道岔公里标
|
// KilometerSystem kilometerSystem = 12; // 道岔公里标
|
||||||
|
repeated KilometerSystem kilometerSystem = 13; // 道岔公里标
|
||||||
}
|
}
|
||||||
|
|
||||||
message KilometerSystem {
|
message KilometerSystem {
|
||||||
|
Loading…
Reference in New Issue
Block a user