设备所属集中站添加

This commit is contained in:
fan 2023-09-21 13:11:29 +08:00
parent b6bb68aa99
commit 5090c91e9e

View File

@ -118,6 +118,7 @@ message Platform {
string direction = 4; // --
int32 index = 5; //
int32 refStationIndex = 6; //
repeated string centralizedStations = 7; //
}
message Station {
@ -149,6 +150,7 @@ message AxleCounting {
int32 index = 5; //
bool invent = 6; //--
TypeDetectionPoint type = 7; //
repeated string centralizedStations = 8; //
}
// message Train {
@ -184,6 +186,7 @@ message Turnout { //(后端不关注)
string pbTrackSectionId = 16; // B端轨道区段id
string pcTrackSectionId = 17; // C端轨道区段id
SwitchMachineType switchMachineType = 18; //
repeated string centralizedStations = 19; //
}
/** 左右行 **/
@ -207,6 +210,7 @@ message Signal {
KilometerSystem kilometerSystem = 6;
int32 index = 7; //
RelatedRef refDev = 8; ///
repeated string centralizedStations = 9; //
}
/** 物理区段(包含岔区和非岔区) */
@ -227,6 +231,7 @@ message Section {
string trackSectionId = 9; // id
bool isCurve = 10; // 线
int32 segmentsCount = 12; // 线
repeated string centralizedStations = 13; //
}
//
@ -269,6 +274,7 @@ message Transponder { // 应答器
int32 index = 4; //
KilometerSystem kilometerSystem = 5; //
RelatedRef TransponderRef = 6; //
repeated string centralizedStations = 7; //
}
message SimpleRef {
@ -312,8 +318,7 @@ message LogicSection { // 逻辑区段
repeated Point points = 3;
string axleSectionId = 4; // Id
int32 index = 5; //
string turnoutId =
6; // idC端关联的轨道link
string turnoutId = 6; // idC端关联的轨道link
}
message TrackSection { //