Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-message
This commit is contained in:
commit
d1f19ee2d5
@ -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 { //轨道逻辑区段
|
||||
|
Loading…
Reference in New Issue
Block a user