物理区段曲线分段数

This commit is contained in:
Yuan 2023-09-12 14:56:39 +08:00
parent a5e5d1a2df
commit b5f6da2c21

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; // 线
}
//