各设备增加索引
This commit is contained in:
parent
31212079c6
commit
5ead82f5bf
@ -103,6 +103,8 @@ message Platform {
|
||||
string code = 2;
|
||||
bool hasdoor = 3; // 是否有屏蔽门
|
||||
string direction = 4; // 行驶方向--屏蔽门上下
|
||||
int32 index = 5; //索引
|
||||
int32 refStationIndex = 6; //关联车站索引
|
||||
}
|
||||
|
||||
message Station {
|
||||
@ -112,6 +114,7 @@ message Station {
|
||||
bool concentrationStations = 4; //是否集中站
|
||||
// string kilometerCode = 5; //公里标
|
||||
KilometerSystem kilometerSystem = 6; //公里标
|
||||
int32 index = 7;
|
||||
}
|
||||
|
||||
message TrainWindow {
|
||||
@ -149,6 +152,7 @@ message Turnout {
|
||||
RelatedRef pcRef = 11; // 道岔C端关联的设备
|
||||
// KilometerSystem kilometerSystem = 12; // 道岔公里标
|
||||
repeated KilometerSystem kilometerSystem = 13; // 道岔公里标
|
||||
int32 index = 14; //索引
|
||||
}
|
||||
|
||||
message KilometerSystem {
|
||||
@ -163,6 +167,7 @@ message Signal {
|
||||
// int64 kilometer = 4;
|
||||
// string coordinateSystem = 5;
|
||||
KilometerSystem kilometerSystem = 6;
|
||||
int32 index = 7; //索引
|
||||
}
|
||||
|
||||
/** 物理区段(包含岔区和非岔区) */
|
||||
|
Loading…
Reference in New Issue
Block a user