Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-message
This commit is contained in:
commit
31212079c6
@ -122,10 +122,10 @@ message TrainWindow {
|
||||
|
||||
message AxleCounting {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
string code = 2; // 名称
|
||||
KilometerSystem kilometerSystem = 3; //公里标
|
||||
repeated RelatedRef axleCountingRef = 4; // 计轴关联的区段和道岔
|
||||
int32 indexNumber = 5; //计轴的索引编号
|
||||
int32 index = 5; //计轴的索引编号
|
||||
}
|
||||
|
||||
// message Train {
|
||||
@ -238,19 +238,19 @@ message SectionLink {
|
||||
|
||||
message AxleCountingSection { // 计轴区段
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
string code = 2; // 名称
|
||||
repeated Point points = 3;
|
||||
RelatedRef paRef = 4; // 计轴区段A端关联的计轴
|
||||
RelatedRef pbRef = 5; // 计轴区段B端关联的计轴
|
||||
repeated TurnoutPosRef turnoutPos = 6; //关联道岔的正反位--0是定位,1是反位
|
||||
int32 indexNumber = 7; //计轴区段的索引编号
|
||||
int32 index = 7; //计轴区段的索引编号
|
||||
}
|
||||
|
||||
message LogicSection { // 逻辑区段
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
string code = 2; // 名称
|
||||
repeated Point points = 3;
|
||||
string axleSectionId = 4; // 关联的计轴区段Id
|
||||
int32 indexNumber = 5; // 索引编号
|
||||
int32 index = 5; // 索引编号
|
||||
string turnoutId = 6; // 关联的岔芯对应的道岔id
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user