公里标系统
This commit is contained in:
parent
9d4c94399f
commit
bfcd70246f
@ -159,12 +159,18 @@ message Turnout {
|
|||||||
RelatedRef pcRef = 11; // 道岔C端关联的设备
|
RelatedRef pcRef = 11; // 道岔C端关联的设备
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message KilometerSystem {
|
||||||
|
int64 kilometer = 1;
|
||||||
|
string coordinateSystem = 2;
|
||||||
|
}
|
||||||
|
|
||||||
message Signal {
|
message Signal {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
bool mirror = 3;
|
bool mirror = 3;
|
||||||
int64 kilometer = 4;
|
// int64 kilometer = 4;
|
||||||
string coordinateSystem = 5;
|
// string coordinateSystem = 5;
|
||||||
|
KilometerSystem kilometerSystem = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RunLine {
|
message RunLine {
|
||||||
|
Loading…
Reference in New Issue
Block a user