This commit is contained in:
xzb 2023-06-12 16:07:48 +08:00
commit 77a9491b44

View File

@ -10,11 +10,12 @@ message RtssGraphicStorage {
repeated IscsFan iscsFans = 3;
repeated Platform Platforms = 4;
repeated Station stations = 5;
repeated Rect Rects = 6;
repeated Rect rects = 6;
repeated Train train = 7;
repeated Signal signals = 8;
repeated Turnout turnouts = 9;
repeated Section section = 10;
repeated StationLine stationLines = 11;
}
message Canvas {
@ -77,10 +78,10 @@ message Rect {
string code = 2;
int32 lineWidth = 3; // 线
string lineColor = 4; // 线
Point point = 5; //
float width = 6; //
float height = 7; //
repeated Point points = 8; //
float width = 5; //
float height = 6; //
int32 radius = 7; //
Point point = 8; //
}
message Platform {
@ -95,6 +96,12 @@ message Station {
string code = 2;
}
message StationLine {
CommonInfo common = 1;
string code = 2;
bool hasTransfer = 3; //
}
message Train {
CommonInfo common = 1;
string code = 2;