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