This commit is contained in:
fan 2023-10-12 13:22:32 +08:00
commit 6a2a393bf0

View File

@ -124,7 +124,7 @@ message Platform {
int32 index = 5; // int32 index = 5; //
//int32 refStationIndex = 6; // //int32 refStationIndex = 6; //
// repeated string centralizedStations = 7; // // repeated string centralizedStations = 7; //
string refStation = 8; // repeated RelatedRef platformRef = 8; //
} }
message ScreenDoor { message ScreenDoor {
@ -256,6 +256,8 @@ message RelatedRef {
AxleCounting = 3; AxleCounting = 3;
SectionLink = 4; SectionLink = 4;
signal = 5; signal = 5;
station = 6;
ScreenDoor = 7;
} }
enum DevicePort { enum DevicePort {