物理区段曲线分段数
This commit is contained in:
parent
a5e5d1a2df
commit
b5f6da2c21
@ -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; // 曲线分段数
|
||||
}
|
||||
|
||||
//关联设备
|
||||
|
Loading…
Reference in New Issue
Block a user