Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-message
This commit is contained in:
commit
d1f19ee2d5
@ -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