关联集中站调整

This commit is contained in:
fan 2023-11-28 14:19:52 +08:00
parent f325f2483f
commit c8271df88f

View File

@ -189,7 +189,7 @@ message AxleCounting {
// int32 index = 5; //
//bool invent = 6; //--
TypeDetectionPoint type = 7; //
repeated string centralizedStations = 8; //
repeated string centralizedStations = 8; // Id列
}
message GenerateAxleCountingConfig {
@ -230,7 +230,7 @@ message Turnout { //(后端不关注)
string pbTrackSectionId = 16; // B端轨道区段id
string pcTrackSectionId = 17; // C端轨道区段id
SwitchMachineType switchMachineType = 18; //
repeated string centralizedStations = 19; //
repeated string centralizedStations = 19; // Id列
}
/** 左右行 **/
@ -254,7 +254,7 @@ message Signal {
KilometerSystem kilometerSystem = 6;
// int32 index = 7; //
RelatedRef refDev = 8; ///
repeated string centralizedStations = 9; //
repeated string centralizedStations = 9; // Id列
//
//
//
@ -293,7 +293,7 @@ message Section {
string trackSectionId = 9; // id
bool isCurve = 10; // 线
int32 segmentsCount = 12; // 线
repeated string centralizedStations = 13; //
repeated string centralizedStations = 13; // Id列
}
//
@ -349,7 +349,7 @@ message Transponder { // 应答器
// int32 index = 4; //
KilometerSystem kilometerSystem = 5; //
RelatedRef TransponderRef = 6; //
repeated string centralizedStations = 7; //
repeated string centralizedStations = 7; // Id列
bytes fixedTelegram = 8;//
TransponderTypeEnum type = 9;//
}