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