区段增加常规运行方向和是否折返轨
This commit is contained in:
parent
8eba9c60ce
commit
117442931a
@ -306,6 +306,12 @@ message Section {
|
||||
TurnoutPhysical = 2;
|
||||
}
|
||||
|
||||
enum RunningDirection {
|
||||
A = 0;
|
||||
B = 1;
|
||||
C = 2;
|
||||
}
|
||||
|
||||
CommonInfo common = 1;
|
||||
string code = 2; // 编号
|
||||
repeated Point points = 3; // 点列表
|
||||
@ -318,6 +324,8 @@ message Section {
|
||||
bool isCurve = 10; // 是否曲线
|
||||
int32 segmentsCount = 12; // 曲线分段数
|
||||
repeated string centralizedStations = 13; // 集中站Id列表
|
||||
RunningDirection normalRunningDirection = 14; //常规运行方向
|
||||
bool isTurnBackZone = 15; // 是否为折返区域
|
||||
}
|
||||
|
||||
//关联设备
|
||||
|
Loading…
Reference in New Issue
Block a user