站台增加上下行
This commit is contained in:
parent
7bed616b44
commit
2547e97875
@ -140,6 +140,11 @@ message NodeConWithSec {
|
||||
}
|
||||
|
||||
message Platform {
|
||||
enum TypeOfPlatform {
|
||||
Unknown = 0;
|
||||
up = 1;
|
||||
down = 2;
|
||||
}
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
//bool hasdoor = 3; // 是否有屏蔽门
|
||||
@ -151,6 +156,7 @@ message Platform {
|
||||
string refStationId = 9; //关联的车站的id
|
||||
string refSectionId = 10; //关联的物理区段id
|
||||
string refEsbRelayCode = 11;//关联的紧急停车继电器的编号
|
||||
TypeOfPlatform type = 12; //站台的上下行
|
||||
}
|
||||
|
||||
message ScreenDoor {
|
||||
|
Loading…
Reference in New Issue
Block a user