cctv加分层
This commit is contained in:
parent
587a787812
commit
cf2e52a1e0
|
@ -123,9 +123,15 @@ message TemperatureDetector {
|
||||||
}
|
}
|
||||||
|
|
||||||
message CCTVOfEquipmentLayoutStorage {
|
message CCTVOfEquipmentLayoutStorage {
|
||||||
|
enum LayerType {
|
||||||
|
StationHall = 0; //站厅
|
||||||
|
platform = 1; //站台
|
||||||
|
PTZ = 2; //云台
|
||||||
|
}
|
||||||
string stationName = 1;
|
string stationName = 1;
|
||||||
common.Canvas canvas = 2;
|
common.Canvas canvas = 2;
|
||||||
CommonGraphicStorage commonGraphicStorage = 3;
|
CommonGraphicStorage commonGraphicStorage = 3;
|
||||||
|
LayerType layer = 4; // 分层
|
||||||
}
|
}
|
||||||
|
|
||||||
message FASOfPlatformAlarmStorage {
|
message FASOfPlatformAlarmStorage {
|
||||||
|
|
Loading…
Reference in New Issue