id调整string=>uint32

This commit is contained in:
fan 2023-12-15 09:29:39 +08:00
parent 226023c351
commit bc17d59d5b

View File

@ -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 {//