This commit is contained in:
fan 2023-06-08 10:17:29 +08:00
commit 8886bcca5d

View File

@ -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;