注销计算link

This commit is contained in:
fan 2023-12-13 16:08:27 +08:00
parent 7562dd954d
commit 87c59e7929

View File

@ -29,7 +29,7 @@ message RtssGraphicStorage {
repeated GatedBox gateBoxs = 21; // //
repeated Transponder transponders = 22; //
repeated Slope slopes = 23; //
repeated CalculateLink CalculateLink = 24; // link信息
// repeated CalculateLink CalculateLink = 24; // link信息
repeated SlopeKiloMarker slopeKiloMarker = 25; //
repeated CurvatureKiloMarker curvatureKiloMarker = 26; //
repeated Curvature curvatures = 27; //
@ -578,20 +578,20 @@ message Curvature {
}
// link结构
message CalculateLink {
CommonInfo common = 1;
repeated Point points = 2;
int32 length = 3; //mm
RelatedRef aRelatedRef = 4; // A端
RelatedRef bRelatedRef = 5; // B端
repeated DevicePosition devicePositions = 6; //link上的位置
int32 index = 7; // link唯一标识
message DevicePosition {
int32 offset = 1;
string deviceId = 2;
string deviceType = 3;
}
}
// message CalculateLink {
// CommonInfo common = 1;
// repeated Point points = 2;
// int32 length = 3; //mm
// RelatedRef aRelatedRef = 4; // A端
// RelatedRef bRelatedRef = 5; // B端
// repeated DevicePosition devicePositions = 6; //link上的位置
// int32 index = 7; // link唯一标识
// message DevicePosition {
// int32 offset = 1;
// string deviceId = 2;
// string deviceType = 3;
// }
// }
/** 发车计时器 */
message DepartureTimer {
CommonInfo common = 1;