道岔数据调整
This commit is contained in:
parent
b0bc3b6100
commit
eec3d3f6ef
@ -135,10 +135,9 @@ message IscsFan {
|
|||||||
message Turnout {
|
message Turnout {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
Point pointA = 6; // A端坐标
|
repeated Point pointA = 6; // A端坐标列表
|
||||||
Point pointB = 7; // B端坐标
|
repeated Point pointB = 7; // B端坐标列表
|
||||||
Point pointC = 8; // C端坐标
|
repeated Point pointC = 8; // C端坐标列表
|
||||||
Point labelOffset = 9; //标签偏移量
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message Signal {
|
message Signal {
|
||||||
|
Loading…
Reference in New Issue
Block a user