This commit is contained in:
weizhihong 2023-11-16 15:59:24 +08:00
commit dba7ea4f29

View File

@ -42,8 +42,9 @@ message RtssGraphicStorage {
repeated StationRelateDevice stationRelateDeviceList = 34; // repeated StationRelateDevice stationRelateDeviceList = 34; //
repeated SectionCodePoint sectionCodePointList = 35; // repeated SectionCodePoint sectionCodePointList = 35; //
ScreenDoorConfig screenDoorConfig = 36;//-- ScreenDoorConfig screenDoorConfig = 36;//--
repeated Beacon beacons = 37; repeated Beacon beacons = 37; //
GenerateAxleCountingConfig generateAxleCountingConfig = 38;// GenerateAxleCountingConfig generateAxleCountingConfig = 38;//
repeated DepartureTimer departureTimers = 39; //
} }
message Canvas { message Canvas {
@ -504,6 +505,11 @@ message CalculateLink {
string deviceType = 3; string deviceType = 3;
} }
} }
/** 发车计时器 */
message DepartureTimer {
CommonInfo common = 1;
string code = 2;
}
message UniqueIdOfStationLayout { message UniqueIdOfStationLayout {
string city = 1;// string city = 1;//