增加int字段

This commit is contained in:
joylink_zhaoerwei 2023-12-12 17:47:46 +08:00
parent 13ed3c733c
commit 59a531ed15

View File

@ -93,6 +93,7 @@ message CommonInfo {
string graphicType = 2;
Transform transform = 3;
repeated ChildTransform childTransforms = 4;
int32 newId = 5;
}
// message Link {
@ -134,6 +135,8 @@ message ConcentrationDividingLine {
string refRightStationId = 5;//id
repeated NodeConWithSec nodeConWithSecs = 6;// 线
bool isOtherLineConcentrationDividingLine = 7;//线线
int32 newrefLeftStationId = 8;//id
int32 newrefRightStationId = 9;//id
}
message NodeConWithSec {
@ -159,6 +162,8 @@ message Platform {
string refSectionId = 10; //id
string refEsbRelayCode = 11;//
TypeOfPlatform type = 12; //
int32 newrefStationId = 13; //id
int32 newrefSectionId = 14; //id
}
message ScreenDoor {
@ -167,6 +172,7 @@ message ScreenDoor {
//int32 sonDoorAmount = 3; //
string refPlatformId = 4; //
//repeated ScreenDoorGroup screenDoorGroupList = 5;//
int32 newRefPlatformId = 6; //
}
message ScreenDoorConfig {
@ -193,12 +199,13 @@ message Station {
//string stationNameAcronym = 10; //
bool depots = 11; //
repeated string manageStations = 12; // -id
repeated int32 newmanageStations = 13; // -id
}
message TrainWindow {
CommonInfo common = 1;
string code = 2;
string sectionId = 3;
int32 sectionId = 3;
}
message AxleCounting {
@ -215,11 +222,14 @@ message AxleCounting {
//bool invent = 6; //--
TypeDetectionPoint type = 7; //
repeated string centralizedStations = 8; // Id列表
repeated int32 newcentralizedStations = 9; // Id列表
}
message GenerateAxleCountingConfig {
repeated string bbConnect = 1; //bb连接处生成计轴的道岔id()
repeated string noGenerateGroup = 2;//
repeated int32 newbbConnect = 3; //bb连接处生成计轴的道岔id()
repeated int32 newnoGenerateGroup = 4;//
}
// message Train {
@ -256,6 +266,10 @@ message Turnout { //(后端不关注)
string pcTrackSectionId = 17; // C端轨道区段id
SwitchMachineType switchMachineType = 18; //
repeated string centralizedStations = 19; // Id列表
repeated int32 newcentralizedStations = 20; // Id列表
int32 newpaTrackSectionId = 21; // A端轨道区段id
int32 newpbTrackSectionId = 22; // B端轨道区段id
int32 newpcTrackSectionId = 23; // C端轨道区段id
}
@ -299,6 +313,7 @@ message Signal {
Model mt = 10;
//string belongStation = 11; // ()
Direction direction = 12; //
repeated int32 newcentralizedStations = 13; // Id列表
}
/** 上下行(区段/信号机) */
@ -336,6 +351,9 @@ message Section {
RunningDirection normalRunningDirection = 14; //
bool isTurnBackZone = 15; //
Direction direction = 16; //
repeated int32 newaxleCountings = 17; //
int32 newtrackSectionId = 18; // id
repeated int32 newcentralizedStations = 19; // Id列表
}
//
@ -363,6 +381,7 @@ message RelatedRef {
DeviceType deviceType = 1; //
string id = 2; //ID
DevicePort devicePort = 3; //
int32 newid = 4;
}
//
@ -394,6 +413,7 @@ message Transponder { // 应答器
repeated string centralizedStations = 7; // Id列表
bytes fixedTelegram = 8;//
TransponderTypeEnum type = 9;//
repeated int32 newcentralizedStations = 10; // Id列表
}
message SimpleRef {
@ -403,6 +423,7 @@ message SimpleRef {
}
DeviceType deviceType = 1;
string id = 2;
string newid = 3;
}
message SectionLink {
@ -438,6 +459,8 @@ message LogicSection { // 逻辑区段
string axleSectionId = 4; // Id
// int32 index = 5; //
string turnoutId = 6; // idC端关联的轨道link
int32 newaxleSectionId = 7; // Id
int32 newturnoutId = 8; // idC端关联的轨道link
}
message TrackSection { //
@ -455,6 +478,7 @@ message TrackSection { //轨道区段
// //id(/)(/)
bool isCurve = 8; // 线
int32 segmentsCount = 9; // 线
repeated int32 newtrackLogicSection = 10; //id()
}
message TrackLogicSection { //
@ -487,6 +511,8 @@ message SpksSwitch {
// int32 refStand = 5; //
repeated string refSections = 6; // id
string refStand = 7; //
repeated int32 newrefSections = 8; // id
int32 newrefStand = 9; //
}
message EsbButton {
@ -496,6 +522,7 @@ message EsbButton {
// int32 index = 4; //
// int32 refStand = 5; //
string refStand = 6; //
int32 newrefStand = 7; //
}
message GatedBox {
@ -505,6 +532,7 @@ message GatedBox {
// int32 index = 4; //
string refScreenDoor = 5; //
string refGatedBoxMapCode = 6; // Code
int32 newrefScreenDoor = 7; //
}
/** 坡度公里标 */
@ -538,6 +566,7 @@ message Slope {
repeated Point points = 2;
sint32 slopeNumber = 3; //--
repeated string refDeviceId = 4; // ()
repeated int32 newrefDeviceId = 5; // ()
}
message Curvature {
@ -545,6 +574,7 @@ message Curvature {
repeated Point points = 2;
sint32 curvatureNumber = 3; //线--
repeated string refDeviceId = 4; // 线()
repeated int32 newrefDeviceId = 5; // 线()
}
// link结构
@ -568,6 +598,7 @@ message DepartureTimer {
string code = 2;
string refStand = 3; //
string runDirection = 4; //
int32 newrefStand = 5; //
}
message AutoReturnBox {
@ -576,6 +607,7 @@ message AutoReturnBox {
bool flip = 3; //
int32 index = 4; //
string refStand = 5; //
int32 newrefStand = 6; //
}
message UniqueIdOfStationLayout {
@ -605,6 +637,7 @@ message DeviceCombinationtype {
message SectionCodePoint {
string centralizedStation = 1;
repeated string sectionIds = 2; //id列表
repeated int32 newsectionIds = 3; //id列表
}
//
@ -627,4 +660,5 @@ message Train {
message OtherLine {
string name = 1;
repeated string ids = 2; // id列表
repeated int32 newids = 3; // id列表
}