id调整string=>uint32
This commit is contained in:
parent
226023c351
commit
bc17d59d5b
@ -69,6 +69,7 @@ message CommonInfo {
|
||||
string graphicType = 2;
|
||||
Transform transform = 3;
|
||||
repeated ChildTransform childTransforms = 4;
|
||||
uint32 nid = 5;
|
||||
}
|
||||
|
||||
message Link {
|
||||
@ -108,6 +109,7 @@ message Platform {
|
||||
// string upAndDown =5; //上下行--upLink表示上行,downLink表示下行
|
||||
string refStation = 6; //关联的车站
|
||||
bool up = 7; //上下行--true表示上行,false表示下行
|
||||
uint32 nrefStation = 8;
|
||||
}
|
||||
|
||||
message Station {
|
||||
@ -136,6 +138,7 @@ message TrainWindow {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
repeated string refDeviceId = 3; //关联的逻辑区段的id或道岔区段id
|
||||
repeated uint32 nrefDeviceId = 4;
|
||||
}
|
||||
|
||||
message AxleCounting {
|
||||
@ -196,11 +199,12 @@ message RunLine {
|
||||
// string upPathLineId = 6;
|
||||
// string downPathLineId = 7;
|
||||
repeated string containSta = 8;
|
||||
repeated string linkPathLines = 9;
|
||||
string lineId = 10;
|
||||
repeated string linkPathLines = 9; //关联pathLine
|
||||
string lineId = 10; // 实际线路id
|
||||
repeated int32 dashPointIndexs = 11; // 虚线段点序号
|
||||
repeated int32 grayPointIndexs = 12; // 虚线段点序号
|
||||
string lineColor = 13;
|
||||
string lineColor = 13; // 线路显示颜色
|
||||
repeated uint32 nlinkPathLines = 14; //关联pathLine
|
||||
}
|
||||
|
||||
/** 物理区段 */
|
||||
@ -220,6 +224,7 @@ message Section {
|
||||
repeated string children = 8; // 下属逻辑区段id(非岔区)/下属道岔id(岔区)
|
||||
string destinationCode = 9; // 目的地码
|
||||
bool turning = 10; //是否转换轨
|
||||
repeated uint32 nchildren = 11;
|
||||
}
|
||||
|
||||
/** 逻辑区段 */
|
||||
@ -262,6 +267,7 @@ message RelatedRef {
|
||||
DeviceType deviceType = 1; //关联的设备类型
|
||||
string id = 2; //关联的设备ID
|
||||
DevicePort devicePort = 3; //关联的设备端口
|
||||
uint32 nid = 4;
|
||||
}
|
||||
|
||||
message Separator {// 分隔符
|
||||
|
Loading…
Reference in New Issue
Block a user