多余的注释掉

This commit is contained in:
dong 2023-07-14 14:05:09 +08:00
parent 7899ff2498
commit a2be125b35

View File

@ -6,16 +6,16 @@ option java_outer_classname = "LayoutGraphicsProto";
message RtssGraphicStorage {
Canvas canvas = 1;
repeated Link links = 2;
repeated IscsFan iscsFans = 3;
// repeated Link links = 2;
// repeated IscsFan iscsFans = 3;
repeated Platform Platforms = 4;
repeated Station stations = 5;
repeated Rect rects = 6;
repeated Train train = 7;
// repeated Rect rects = 6;
// repeated Train train = 7;
repeated Signal signals = 8;
repeated Turnout turnouts = 9;
repeated Section section = 10;
repeated Polygon polygons = 11;
// repeated Polygon polygons = 11;
repeated TrainWindow trainWindows = 12;
repeated AxleCounting axleCountings = 13;
repeated Separator separators = 14;
@ -69,34 +69,34 @@ message CommonInfo {
repeated ChildTransform childTransforms = 4;
}
message Link {
CommonInfo common = 1;
string code = 2;
bool curve = 3; // 线
int32 segmentsCount = 4; // 线
int32 lineWidth = 5; // 线
string lineColor = 6; // 线
repeated Point points = 7; //
}
// message Link {
// CommonInfo common = 1;
// string code = 2;
// bool curve = 3; // 线
// int32 segmentsCount = 4; // 线
// int32 lineWidth = 5; // 线
// string lineColor = 6; // 线
// repeated Point points = 7; //
// }
message Rect {
CommonInfo common = 1;
string code = 2;
int32 lineWidth = 3; // 线
string lineColor = 4; // 线
float width = 5; //
float height = 6; //
int32 radius = 7; //
Point point = 8; //
}
// message Rect {
// CommonInfo common = 1;
// string code = 2;
// int32 lineWidth = 3; // 线
// string lineColor = 4; // 线
// float width = 5; //
// float height = 6; //
// int32 radius = 7; //
// Point point = 8; //
// }
message Polygon {
CommonInfo common = 1;
string code = 2;
int32 lineWidth = 3; // 线
string lineColor = 4; // 线
repeated Point points = 5; //
}
// message Polygon {
// CommonInfo common = 1;
// string code = 2;
// int32 lineWidth = 3; // 线
// string lineColor = 4; // 线
// repeated Point points = 5; //
// }
message Platform {
CommonInfo common = 1;
@ -128,15 +128,15 @@ message AxleCounting {
int32 indexNumber = 5; //
}
message Train {
CommonInfo common = 1;
string code = 2;
}
// message Train {
// CommonInfo common = 1;
// string code = 2;
// }
message IscsFan {
CommonInfo common = 1;
string code = 2;
}
// message IscsFan {
// CommonInfo common = 1;
// string code = 2;
// }
message Turnout {
CommonInfo common = 1;