This commit is contained in:
weizhihong 2023-09-12 16:11:48 +08:00
commit d1f19ee2d5

View File

@ -139,8 +139,8 @@ message TrainWindow {
message AxleCounting {
enum TypeDetectionPoint {
AxleCounting = 0;
SectionBoundary=1;
}
SectionBoundary = 1;
}
CommonInfo common = 1;
string code = 2; //
KilometerSystem kilometerSystem = 3; //
@ -218,7 +218,7 @@ message Section {
int32 index = 8; //
string trackSectionId = 9; // id
bool isCurve = 10; // 线
int32 segmentCount = 11; // 线
int32 segmentsCount = 12; // 线
}
//
@ -321,6 +321,8 @@ message TrackSection { //轨道区段
string destinationCode = 6; //
repeated string trackLogicSection = 7; //id()
// //id(/)(/)
bool isCurve = 8; // 线
int32 segmentsCount = 9; // 线
}
message TrackLogicSection { //