多余的注释掉
This commit is contained in:
parent
7899ff2498
commit
a2be125b35
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user