This commit is contained in:
fan 2023-10-12 10:12:08 +08:00
commit 85290a8ba9

View File

@ -38,6 +38,7 @@ message RtssGraphicStorage {
//UniqueIdType UniqueIdPrefix = 30;//--
UniqueIdOfStationLayout UniqueIdPrefix = 31;//--
repeated KilometerConvert kilometerConvertList = 32;//
repeated ScreenDoor screenDoors = 33;
}
message Canvas {
@ -117,13 +118,19 @@ message CommonInfo {
message Platform {
CommonInfo common = 1;
string code = 2;
bool hasdoor = 3; //
string direction = 4; // --
//bool hasdoor = 3; //
//string direction = 4; //
int32 index = 5; //
//int32 refStationIndex = 6; //
// repeated string centralizedStations = 7; //
string refStation = 8; //
int32 sonDoorAmount = 9; //
}
message ScreenDoor {
CommonInfo common = 1;
string code = 2;
int32 sonDoorAmount = 3; //
string refPlatform = 4; //
}
message Station {