取消设备index

This commit is contained in:
fan 2023-11-17 10:40:08 +08:00
parent 68bb38dfe5
commit af06865fd0

View File

@ -126,7 +126,7 @@ message Platform {
string code = 2;
//bool hasdoor = 3; //
//string direction = 4; //
int32 index = 5; //
// int32 index = 5; //
//int32 refStationIndex = 6; //
// repeated string centralizedStations = 7; //
//repeated RelatedRef platformRef = 8; //
@ -160,7 +160,7 @@ message Station {
bool concentrationStations = 4; //
// string kilometerCode = 5; //
KilometerSystem kilometerSystem = 6; //
int32 index = 7;
// int32 index = 7;
string refIbpMapCode = 8; // IBP地图Code
string stationName = 9; //
string stationNameAcronym = 10; //
@ -183,7 +183,7 @@ message AxleCounting {
KilometerSystem kilometerSystem = 3; //
repeated RelatedRef axleCountingRef =
4; // id和端口
int32 index = 5; //
// int32 index = 5; //
//bool invent = 6; //--
TypeDetectionPoint type = 7; //
repeated string centralizedStations = 8; //
@ -222,7 +222,7 @@ message Turnout { //(后端不关注)
RelatedRef pcRef = 11; // C端关联的设备
// KilometerSystem kilometerSystem = 12; //
repeated KilometerSystem kilometerSystem = 13; //
int32 index = 14; //
// int32 index = 14; //
string paTrackSectionId = 15; // A端轨道区段id
string pbTrackSectionId = 16; // B端轨道区段id
string pcTrackSectionId = 17; // C端轨道区段id
@ -249,7 +249,7 @@ message Signal {
// int64 kilometer = 4;
// string coordinateSystem = 5;
KilometerSystem kilometerSystem = 6;
int32 index = 7; //
// int32 index = 7; //
RelatedRef refDev = 8; ///
repeated string centralizedStations = 9; //
//
@ -286,7 +286,7 @@ message Section {
RelatedRef pbRef = 5; // B端关联的设备()()
SectionType sectionType = 6; //
repeated string axleCountings = 7; //
int32 index = 8; //
// int32 index = 8; //
string trackSectionId = 9; // id
bool isCurve = 10; // 线
int32 segmentsCount = 12; // 线
@ -336,7 +336,7 @@ message Transponder { // 应答器
CommonInfo common = 1;
string code = 2;
int32 transponderType = 3;
int32 index = 4; //
// int32 index = 4; //
KilometerSystem kilometerSystem = 5; //
RelatedRef TransponderRef = 6; //
repeated string centralizedStations = 7; //
@ -364,7 +364,7 @@ message SectionLink {
7; // SectionLink A端连接设备 SectionLink/Turnout
RelatedRef bRef = 8; // SectionLink B端连接设备
// SectionLink/Turnout
int32 index = 9; //
// int32 index = 9; //
}
message AxleCountingSection { //
@ -374,7 +374,7 @@ message AxleCountingSection { // 计轴区段
RelatedRef paRef = 4; // A端关联的计轴
RelatedRef pbRef = 5; // B端关联的计轴
repeated TurnoutPosRef turnoutPos = 6; //--01
int32 index = 7; //
// int32 index = 7; //
}
message LogicSection { //
@ -382,7 +382,7 @@ message LogicSection { // 逻辑区段
string code = 2; //
repeated Point points = 3;
string axleSectionId = 4; // Id
int32 index = 5; //
// int32 index = 5; //
string turnoutId = 6; // idC端关联的轨道link
}
@ -394,7 +394,7 @@ message TrackSection { //轨道区段
CommonInfo common = 1;
repeated Point points = 2;
string code = 3; //
int32 index = 4; //
// int32 index = 4; //
TrackSectionType type = 5; //
string destinationCode = 6; //
repeated string trackLogicSection = 7; //id()
@ -420,7 +420,7 @@ message StopPosition {
string code = 2;
bool flip = 3; //
CoachNum coachNum = 4; //
int32 index = 5; //
// int32 index = 5; //
KilometerSystem kilometerSystem = 6;
RelatedRef refDev = 7; //
}
@ -429,7 +429,7 @@ message SpksSwitch {
CommonInfo common = 1;
string code = 2;
bool flip = 3; //
int32 index = 4; //
// int32 index = 4; //
// int32 refStand = 5; //
repeated string refSections = 6; // id
string refStand = 7; //
@ -439,7 +439,7 @@ message EsbButton {
CommonInfo common = 1;
string code = 2;
bool flip = 3; //
int32 index = 4; //
// int32 index = 4; //
// int32 refStand = 5; //
string refStand = 6; //
}
@ -448,7 +448,7 @@ message GatedBox {
CommonInfo common = 1;
string code = 2;
bool flip = 3; //
int32 index = 4; //
// int32 index = 4; //
string refScreenDoor = 5; //
string refGatedBoxMapCode = 6; // Code
}