坡度和弯径公里标数据设为repeated
This commit is contained in:
parent
1db196077c
commit
bc099e6530
@ -334,19 +334,20 @@ message GatedBox {
|
|||||||
message SlopeKiloMarker {
|
message SlopeKiloMarker {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
KilometerSystem kilometerSystem = 4; //公里标数据
|
repeated KilometerSystem kilometerSystem = 4; //公里标数据
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 弯径公里标 */
|
/** 弯径公里标 */
|
||||||
message turningRadiusKiloMarker {
|
message turningRadiusKiloMarker {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
KilometerSystem kilometerSystem = 4; //公里标数据}
|
repeated KilometerSystem kilometerSystem = 4; //公里标数据
|
||||||
}
|
}
|
||||||
|
|
||||||
message Slope {
|
message Slope {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
repeated Point points = 2;
|
repeated Point points = 2;
|
||||||
sint32 slopeNumber = 3; //坡度的值--正负代表上下坡
|
sint32 slopeNumber = 3; //坡度的值--正负代表上下坡
|
||||||
repeated string refDeviceId = 4; // 坡度关联的设备
|
repeated string refDeviceId = 4; // 坡度关联的设备
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user