注销计算link
This commit is contained in:
parent
7562dd954d
commit
87c59e7929
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user