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

View File

@ -138,16 +138,16 @@ message TrainWindow {
message AxleCounting {
enum TypeDetectionPoint {
AxleCounting = 0;
SectionBoundary=1;
}
AxleCounting = 0;
SectionBoundary = 1;
}
CommonInfo common = 1;
string code = 2; //
KilometerSystem kilometerSystem = 3; //
repeated RelatedRef axleCountingRef =
4; // id和端口
int32 index = 5; //
bool invent = 6; //--
int32 index = 5; //
bool invent = 6; //--
TypeDetectionPoint type = 7; //
}
@ -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 { //