区段转换轨属性
This commit is contained in:
parent
d012448904
commit
444643def1
@ -23,8 +23,6 @@ message Section {
|
||||
|
||||
// 公里标信息
|
||||
DeviceKilometer kilometer = 6;
|
||||
//是否转辙轨
|
||||
bool turning = 7;
|
||||
}
|
||||
|
||||
// 道岔
|
||||
@ -46,4 +44,4 @@ message DeviceKilometer {
|
||||
int64 maxKilometer = 2;
|
||||
|
||||
repeated graphicData.KilometerSystem kilometerSystem = 3;
|
||||
}
|
||||
}
|
||||
|
@ -105,9 +105,9 @@ message Platform {
|
||||
string code = 2;
|
||||
bool hasdoor = 3; // 是否有屏蔽门
|
||||
string direction = 4; // 行驶方向--屏蔽门上下
|
||||
//string upAndDown =5; //上下行--upLink表示上行,downLink表示下行
|
||||
string refStation=6; //关联的车站
|
||||
bool up = 7;//上下行--true表示上行,false表示下行
|
||||
// string upAndDown =5; //上下行--upLink表示上行,downLink表示下行
|
||||
string refStation = 6; //关联的车站
|
||||
bool up = 7; //上下行--true表示上行,false表示下行
|
||||
}
|
||||
|
||||
message Station {
|
||||
@ -212,6 +212,7 @@ message Section {
|
||||
repeated string axleCountings = 7; // 关联的计轴(岔区&&非岔区)
|
||||
repeated string children = 8; // 下属逻辑区段id(非岔区)/下属道岔id(岔区)
|
||||
string destinationCode = 9; // 目的地码
|
||||
bool turning = 10; //是否转辙轨
|
||||
}
|
||||
|
||||
/** 逻辑区段 */
|
||||
|
Loading…
Reference in New Issue
Block a user