iscs数据结构赞提
This commit is contained in:
parent
1672a8c0e2
commit
92fd4fa663
@ -4,11 +4,8 @@ import "common.proto";
|
|||||||
package iscsGraphicData;
|
package iscsGraphicData;
|
||||||
|
|
||||||
message IscsGraphicStorage {
|
message IscsGraphicStorage {
|
||||||
common.Canvas canvas = 1;
|
repeated CCTVOfStationControlStorage cctvOfStationControlStorages = 1;
|
||||||
repeated Arrow arrows = 2;
|
repeated FASPlatformAlarmStorage fasPlatformAlarmStorages = 2;
|
||||||
repeated IscsText iscsTexts = 3;
|
|
||||||
repeated Rect rects = 4;
|
|
||||||
repeated CCTVButton cctvButtons = 5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message UniqueIdOfStationLayout {
|
message UniqueIdOfStationLayout {
|
||||||
@ -85,3 +82,20 @@ message TemperatureDetector {
|
|||||||
string code = 2;
|
string code = 2;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message CCTVOfStationControlStorage {
|
||||||
|
string stationName = 1;
|
||||||
|
common.Canvas canvas = 2;
|
||||||
|
repeated Arrow arrows = 3;
|
||||||
|
repeated IscsText iscsTexts = 4;
|
||||||
|
repeated Rect rects = 5;
|
||||||
|
repeated CCTVButton cctvButtons = 6;
|
||||||
|
}
|
||||||
|
|
||||||
|
message FASPlatformAlarmStorage {
|
||||||
|
string stationName = 1;
|
||||||
|
common.Canvas canvas = 2;
|
||||||
|
repeated Arrow arrows = 3;
|
||||||
|
repeated IscsText iscsTexts = 4;
|
||||||
|
repeated Rect rects = 5;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user