合并
This commit is contained in:
commit
8886bcca5d
@ -11,6 +11,7 @@ message RtssGraphicStorage {
|
||||
repeated Rect Rects = 6;
|
||||
repeated Train train = 7;
|
||||
repeated Signal signals = 8;
|
||||
repeated Turnout turnouts = 9;
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -126,7 +127,14 @@ message IscsFan {
|
||||
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 {
|
||||
CommonInfo common = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user