增加计轴选项--区段边界

This commit is contained in:
joylink_zhaoerwei 2023-09-05 11:29:16 +08:00
parent e33f466f12
commit c1a43c1179

View File

@ -137,6 +137,10 @@ message TrainWindow {
}
message AxleCounting {
enum TypeDetectionPoint {
AxleCounting = 0;
SectionBoundary=1;
}
CommonInfo common = 1;
string code = 2; //
KilometerSystem kilometerSystem = 3; //
@ -144,6 +148,7 @@ message AxleCounting {
4; // id和端口
int32 index = 5; //
bool invent = 6; //--
TypeDetectionPoint type = 7; //
}
// message Train {