Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-message
This commit is contained in:
commit
dba7ea4f29
@ -42,8 +42,9 @@ message RtssGraphicStorage {
|
||||
repeated StationRelateDevice stationRelateDeviceList = 34; // 关联设备列表
|
||||
repeated SectionCodePoint sectionCodePointList = 35; // 物理区段码位表
|
||||
ScreenDoorConfig screenDoorConfig = 36;//屏蔽门的配置--子屏蔽门的数量和编组列表
|
||||
repeated Beacon beacons = 37;
|
||||
repeated Beacon beacons = 37; // 信标
|
||||
GenerateAxleCountingConfig generateAxleCountingConfig = 38;//一键生成计轴的配置
|
||||
repeated DepartureTimer departureTimers = 39; // 发车计时器
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -504,6 +505,11 @@ message CalculateLink {
|
||||
string deviceType = 3;
|
||||
}
|
||||
}
|
||||
/** 发车计时器 */
|
||||
message DepartureTimer {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
}
|
||||
|
||||
message UniqueIdOfStationLayout {
|
||||
string city = 1;//城市
|
||||
|
Loading…
Reference in New Issue
Block a user