合并
This commit is contained in:
commit
8886bcca5d
@ -11,6 +11,7 @@ message RtssGraphicStorage {
|
|||||||
repeated Rect Rects = 6;
|
repeated Rect Rects = 6;
|
||||||
repeated Train train = 7;
|
repeated Train train = 7;
|
||||||
repeated Signal signals = 8;
|
repeated Signal signals = 8;
|
||||||
|
repeated Turnout turnouts = 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Canvas {
|
message Canvas {
|
||||||
@ -126,7 +127,14 @@ message IscsFan {
|
|||||||
string code = 2;
|
string code = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Turnout {}
|
message Turnout {
|
||||||
|
CommonInfo common = 1;
|
||||||
|
string code = 2;
|
||||||
|
Point forkPoint = 5; // 岔心坐标
|
||||||
|
Point pointA = 6; // A端坐标
|
||||||
|
Point pointB = 7; // B端坐标
|
||||||
|
Point pointC = 8; // C端坐标
|
||||||
|
}
|
||||||
|
|
||||||
message Signal {
|
message Signal {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user